Can I create native Linux programs from Java?
Created May 4, 2012
Nathan Meyers Yes. The Gnu
Compiler for Java generates native code from Java
sources or classfiles. The runtime environment for
these executables is not fully JDK1.2-compliant,
but it is usable and constantly improving.