Search found 1 match
- Tue Feb 14, 2006 12:06 pm
- Forum: Wolfire
- Topic: Lugaru 2 mod-ability
- Replies: 32
- Views: 27171
GCJ can compile java code to native machine code (check http://gcc.gnu.org/java/) GCJ is a portable, optimizing, ahead-of-time compiler for the Java Programming Language. It can compile: * Java source code directly to native machine code, * Java source code to Java bytecode (class files), * and Java...