为什么netbeans生成jar不能运行?

2024-12-30 21:17:01
推荐回答(3个)
回答1:

生成的Jar要运行的话,必须要选择一个主类作为其实类的才能运行,而且这个主要要有main方法作为程序的入口的

回答2:

上面不是写清楚了
To run this application from the command line without Ant, try:
java -jar "D:\MYJAVA\JavaApplication78\dist\music.jar"

回答3:

把main函数内容贴出来才知道