blob: 7056ca27de6ddbaab0ef7d5282f4c56cee483317 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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
and provides support for most features you would expect such as
reflection, user class loaders, etc.
WWW: http://jcvm.sourceforge.net/
|