jjvm
A Java VM Written in Java
Blurb If you're writing an application embedded byte code interpreter, why start from scratch? By using the JVM specification you get instant documentation and can use existing front-end compilers for testing and validation.
Features
- Full Java instruction set
- Library classes (classpath) are implemented inside the VM for max performance
- Public Domain
ToDo
- Only a few library classes are partially implemented (System, String, StringBuffer, Thread, Object, PrintWriter, Exception, Array, Null)
- The code has not been throughly tested and is alpha quality
- Class Class and ClassLoader are not properly implemented
Download Sources
Contact MailTo Author
Resume