本机 Eclipse IDE?

发布于 2024-11-01 02:10:59 字数 183 浏览 2 评论 0原文

这可能更适合作为超级用户问题,但由于它与编程相关,所以我将其放在这里:

是否有任何可用的 Eclipse IDE 版本可以作为本机 Windows 可执行文件运行,而不是作为仅仅是 的 Java 程序运行由 .exe 文件启动?

(我猜它可能会用 GCJ 编译,所以我想知道是否有人已经这样做了。)

This might be better suited as a Super User question, but since it's programming related, I put it here:

Is there any version of the Eclipse IDE available that runs as a native Windows executable, instead of as a Java program that's merely started by a .exe file?

(I'm guessing it could potentially be compiled with GCJ, so I'm wondering if anyone's already done it.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

锦爱 2024-11-08 02:10:59

我从来没有听说过这样的事情,而且我已经参与Eclipse开发很多年了。你为什么想要这样的东西?当然不是为了性能,因为现代 JVM 运行 Java 代码与本机代码相当,并且在许多情况下速度更快,因为 JIT 可以比静态编译器更好地动态优化和重新优化。

I have never heard of such a thing and I have been involved in Eclipse development for many years. Why would you want such a thing? Surely not for performance as a modern JVM runs Java code on par with native code and faster in many case as JIT can optimize and re-optimize on the fly better than a static compiler.

悍妇囚夫 2024-11-08 02:10:59

Excelsior JET 已使用 Eclipse Classic Juno 作为其 Eclipse RCP 支持的演示来完成此操作。
看看这里:https://www.excelsiorjet.com/solutions/protect -eclipse-rcp-应用程序

Excelsior JET has done this with Eclipse Classic Juno as a demo for their Eclipse RCP support.
Have a look here: https://www.excelsiorjet.com/solutions/protect-eclipse-rcp-applications

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