Reputation: 4866
How can I compile a Java program by GCJ compiler in NetBeans? Is there any plugin for it?
Upvotes: 3
Views: 1164
Reputation: 5663
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.
Upvotes: 4