2004-02-22 22:34:31 +01:00
|
|
|
JC is a Java virtual machine implementation that converts class
|
|
|
|
files into C source files using the Soot Java bytecode analysis
|
|
|
|
framework, compiles them with GCC, and loads them using a built-in
|
|
|
|
ELF object file loader. JC utilizes the GNU Classpath class library
|
2004-11-29 16:47:54 +01:00
|
|
|
and provides a fairly complete Java runtime including sophisticated
|
|
|
|
optimizations to increase runtime performance.
|
2004-02-22 22:34:31 +01:00
|
|
|
|
|
|
|
WWW: http://jcvm.sourceforge.net/
|