其他电脑上的jar无法运行
我在 eclipse 中使用导出选项制作了一个可运行的 JAR。当我运行它时,它似乎工作正常。但是当我的朋友尝试运行它时,它会给出错误:
找不到主类:nl.xedus.battlex.java.WebBrowser。程序将退出
Heres JAR:
http://www.media fire.com/?zh4cr3dwiy53fqr
I made a runnable JAR in eclipse with the export option. When i run it, it seems to work fine. But when my friend tries to run it, it will give an error:
Could not find the main class: nl.xedus.battlex.java.WebBrowser. Program will exit
Heres the JAR:
http: //www.media fire.com/?zh4cr3dwiy53fqr
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
比较您和您朋友计算机上安装的 JVM 版本。我相信您为比您朋友使用的版本更新的 JVM 版本编译了您的类,因此他的 JVM 不会“看到”该类。
另一种可能性是,他收到的 jar 文件已损坏。让他把他的 jar 文件发送给你并尝试自己运行它。
您可以在此处查看您的版本以及您朋友的版本
Compare versions of JVM installed on your and your friend's machines. I believe that you compiled your class for newer version of JVM than one that your friend uses, so his JVM does not "see" the class.
Other possibility is that the jar file arrived to him corrupted. Ask him to send you his jar file and try to run it yourself.
You can check your version, and your friends version here