freebsd-ports/java/jc/pkg-descr
2004-11-29 15:47:54 +00:00

8 lines
413 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 a fairly complete Java runtime including sophisticated
optimizations to increase runtime performance.
WWW: http://jcvm.sourceforge.net/