JC virtual machine

From Wikipedia, the free encyclopedia

JC virtual machine
Latest release 1.4.7 / November 13, 2005 (2005-11-13); 943 days ago
Genre Java Virtual Machine
License GNU Library or GNU Lesser General Public License
Website http://jcvm.sourceforge.net

JC virtual machine 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