pkgsrc-wip/jc/DESCR
pancake ;) 96f21b1c4f initial import for jc-1.1.2
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.
2004-11-15 20:46:24 +00:00

5 lines
364 B
Text

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.