我试图从Intellij IDEA中的项目中创建一个jar文件,并且在构建工件后,出现以下错误:
Error: Could not find or load main class com.trafficmonitoring.MatchPoint
我认为我已经正确构建了工件。
Image showing the contents of the jar
Image showing project structure and Manifest
Image showing how the artifact was generated
我还可以在罐子和清单中看到MatchPoint类。
有什么想法可能会出问题吗?
主要方法如下所示:scala / com / trafficmonitoring:
尽管必须说,我在scala / com / trafficmonitoring中有几个对象的main方法,但是当我创建工件时,我显然选择了其中一个作为主类。