我按照从网上搜到的资料却提示Failed to load Main-class mainifest attribute from D:\JB\test\test.jar.请问这是为什么?
请问Jbuilder将Web工程打包成jar的详细步骤,
------解决方案--------------------
直接用java -jar 这个命令啊。
------解决方案--------------------
web工程要main-class干吗?
------解决方案--------------------
new-> archive-> executable
------解决方案--------------------
楼上正解,看错误提示你要打成可执行的jar,你肯定是最后选的是普通的jar而不是executable
的
我按照从网上搜到的资料却提示Failed to load Main-class mainifest attribute from D:\JB\test\test.jar.请问这是为什么?
请问Jbuilder将Web工程打包成jar的详细步骤,
------解决方案--------------------
看看这里有解答 http://www.haolla.com/girls
------解决方案--------------------
new-> archive-> executable JAR
new-> Build-> Native Executable Builder
都可以。
好像要2006以上才有的。建议你装JB2006或者JB2007。