jcvm icon indicating copy to clipboard operation
jcvm copied to clipboard

Java virtual machine implementation that converts class files into C source files (HISTORICAL)

jcvm

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 loader. JC uses GNU Classpath's class library.

NOTE: This project is very old, obsolete, and not supported. It is here for historical amusement only.

Original homepage is here.