Thursday, March 11, 2010 1:02

GNU Compiler for the Java Programming

Tagged with: , ,
Posted by Robin on Friday, October 17, 2008, 9:10
This news item was posted in Programming category and has Comments so far.

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. Recent versions of the GNU Debugger support GCJ

Tutorial : GNU

Random Posts


You can Leave a response, or trackback from your own site.
blog comments powered by Disqus