-1

自从我开始解决我的问题以来已经有几天了......

我有 Snake.jar 文件,我想通过双击来启动它。在我的电脑上,它可以正常工作,但是另一台电脑上的其他人试图打开它,他会收到这个错误......

My Manifest: Manifest-version: 1.0 Main-Class: Snake

在蛇类中,我有 main 方法,所以这不是问题,这个 .jar 文件是由 Eclipse 中的 Export 作为 Runnable JAR 文件制作的

这是我的 Snake.jar 程序:http ://www.sendspace.com/file/w4buhs

谢谢你的帮助 ...

4

1 回答 1

0

Maybe the jar was created with Java 7, but on the other PC is running Java 6 (which shouldn't be).

Did they already try starting it with

java -jar Snake.jar
于 2013-10-02T18:17:28.053 回答