NetBeans 的 GCJ
如何在 NetBeans 中通过 GCJ 编译器编译 Java 程序?有什么插件可以用吗?
How can I compile a Java program by GCJ compiler in NetBeans? Is there any plugin for it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GCJ就是垃圾,扔掉吧。
除了最原始的 Java 代码之外,您无法使用它来编译所有代码。
而且您无法将其集成到 Netbeans 中,因为 Netbeans 需要完整的 JDK,而 GCJ 根本不是 JDK。
GCJ is junk, ditch it.
You can't compile all but the most primitive Java code using it.
And you can't integrate it in Netbeans, as Netbeans requires a full JDK and GCJ isn't a JDK at all.