What is the difference between adding a dependency jar to the .classpath file in a RAD project and adding the dependency to the MANIFEST.MF file? .classpath file is specific to IDE (RAD, and also Eclipse in general). It is for setting classpath entry
最近研究了如何在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 这个错误提示其实不是没有