mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
9 lines
413 B
Plaintext
9 lines
413 B
Plaintext
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/
|