生成的Jar要运行的话,必须要选择一个主类作为其实类的才能运行,而且这个主要要有main方法作为程序的入口的
上面不是写清楚了To run this application from the command line without Ant, try:java -jar "D:\MYJAVA\JavaApplication78\dist\music.jar"
把main函数内容贴出来才知道