最近研究了如何在java工程打包,期间遇到的一些问题进行总结,如打包成test.jar 文件 Manifest-Version: 1.0 Main-Class: windows.VideoWindow Class-Path: lib\jetty-6.1.26.jar lib\aspectjweaver-1.6.12.jar 上面为打包为jar中的包说明文件. 下面这个报错一直出现. could not find main class. Program will exit 这个错误提示其实不是没有
Issue: When you imported some 3rd jars and compiled MANIFEST.MF, you may got following compling error. "No available bundle exports package" Reason: There may be some jars are neglected to be imported to MANIFEST.MF. Solution: 1. Select MANIFEST