Is Gnu's Java Compiler (Gcj) Dead

Is GNU's Java Compiler (GCJ) dead?

You could use IKVM and Mono's ahead of time compiler to generate native code.

EDIT

There is an example at the bottom of this page.

How to use GCC with Java?

Did you read the manual?
gnu java

They have a compiler called gcj dedicated to Java language.

Java JRE vs GCJ

GCJ is obsolete. It was started a long time ago because people wanted an open-source alternative to the Sun JDK, and it was never particularly good. Now that Sun open-sourced their JDK, there's absolutely no reason to use GCJ (but it still lurks in some Linux distros).



Related Topics



Leave a reply



Submit