ehsun7b
ehsun7b

Reputation: 4866

GCJ for NetBeans

How can I compile a Java program by GCJ compiler in NetBeans? Is there any plugin for it?

Upvotes: 3

Views: 1164

Answers (1)

jwenting
jwenting

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

Related Questions