其他电脑上的jar无法运行

发布于 2025-01-08 00:36:48 字数 199 浏览 1 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

铃予 2025-01-15 00:36:48

比较您和您朋友计算机上安装的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文