本机 Eclipse IDE?
这可能更适合作为超级用户问题,但由于它与编程相关,所以我将其放在这里:
是否有任何可用的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我从来没有听说过这样的事情,而且我已经参与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.
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