background preloader

Java

Facebook Twitter

Compiling Java applications to native Windows executables. Freehep - FreeHEP Java Libraries. Main Page – mvn-pkg-plugin. GCJ: The GNU Compiler for Java. GCJ is a portable, optimizing, ahead-of-time compiler for the Java Programming Language. It can compile Java source code to Java bytecode (class files) or directly to native machine code, and Java bytecode to native machine code. Compiled applications are linked with the GCJ runtime, libgcj, which provides the core class libraries, a garbage collector, and a bytecode interpreter. libgcj can dynamically load and interpret class files, resulting in mixed compiled/interpreted applications. It has been merged with GNU Classpath and supports most of the 1.4 libraries plus some 1.5 additions. GCJ can also be configured as a cross-compiler, suitable for embedded systems programming. September 22, 2009 GCJ support on Windows (Cygwin and MinGW) targets has been enhanced with a number of bugfixes, and the option to build libgcj in DLL form for dynamic runtime linking.

March 30, 2007 Keith Seitz and Kyle Galloway have made considerable progress on GCJ's implementation of the JDWP. February 20, 2007. Java. Using the Apple Command Key in Java Apps? Gdata-java-client - Project Hosting on Google Code.