NestedVM NestedVM - Binary translation for Java
NestedVM 20070112NestedVM provides binary translation for Java Bytecode. This is done by having GCC compile to a MIPS binary which is then translated to a Java class file. Hence any application written in C++, C, Fortran, or any other language supported by GCC can be run in 100% pure Java without having to change source. NestedVM is a utility that allows code written in unsafe languages such as C and C++ to be run unmodified under safe virtual machines such as the JVM. It uses a unique binary-to-binary translation approach which allows it to be language agnostic and fully support the source language. NOTE: NestedVM is licensed and released under the Apache 2.0 license. |
|||||||||||||||||||||||