我想创建支持 AspectJ 的 jar 文件。我的 manifest.mf(使用默认包):
Manifest-Version: 1.0
Main-Class: gui
\n
我在eclipse中添加了清单。我的错误:
exception in thread main java.lang.noclassdeffounderror org/aspectj/lang/signature
Caused by: java.lang.ClassNotFoundException: classpath
at java.net.URLClassLoader$1.run(Unknow Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknow Source)
at java.lang.ClassLoader.loadClass(Unknow Source)
could not find the main class: gui. Program will exit.
我究竟做错了什么?对不起我的语言干杯