Comment Re:Why does gcc state Java support? (Score 1) 142
We've been working on a system called gcj. The compiler is part of GCC. It compiles java source to native- or byte-code. It will also compile bytecode to native code. The runtime also includes a bytecode interpreter. See http://sourceware.cygnus.com/java