asm*_*smo 1 java program-entry-point jar find
我遇到了Java错误.双击我编译的项目Jar文件以运行它时,我得到了这个:
Could not find the main class: testPackage.testFrame. Program will exit.
Run Code Online (Sandbox Code Playgroud)
但是,我的主类是在项目属性中定义的.此外,当我直接从NetBeans运行项目时,一切正常.
我正在使用ip2c.jar第三方库来确定来自IP地址的国家/地区.如果我评论使用ip2c.jar文件的类,我不会收到错误.
第三方库如何阻止JVM查找我的主类?