在文件夹~/code/
中,我
bin/ src/ lib/
在 ~/ 中创建了 manifest.txt,其内容为:
Main-class: test.MyMainClass
Class-Path: lib/*.jar
然后在〜我使用了命令
jar cfm d.jar manifest.txt code/
然后我跑
java -jar d.jar
它说
Exception in thread "main" java.lang.NoClassDefFoundError: test/MyMainClass
Caused by: java.lang.ClassNotFoundException: test.MyMainClass