How can开发者_StackOverflow社区 I compile a Java program by GCJ compiler in NetBeans? Is there any plugin for it?
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.
精彩评论