JC virtual machine

From Wikipedia, the free encyclopedia

JC virtual machine [1] is a Java Virtual Machine (JVM) that converts class files from byte-code into C and compiles them using C compiler GCC. It uses Soot, a Java programming language framework to load, manipulate and optimize byte-code and GNU Classpath as a standard library.

[edit] See also

List of Java virtual machines

[edit] External links