What is GCJ?
Created May 7, 2012
Davanum Srinivas GCJ is a portable, optimizing, ahead-of-time compiler for the Java
Programming Language. It can compile:
http://gcc.gnu.org/java/
- Java source code directly to native machine code,
- Java source code to Java bytecode (class files),
- and Java bytecode to native machine code.
http://gcc.gnu.org/java/