Download
The HVM itself as an Eclipse plugin is available below. The Eclipse plugin includes the interpreter source, which will automatically be extracted into the destination folder if not already present. After installing new plugins it may be necessary to start Eclipse from the command line with the -clean option. The HVM plugin requires that CDT is installed to function.
For the SCJ Level 0, 1 and 2 implementation, download icecapSDK.jar.
Java doc for the SCJ implementation here
Remember to remove any previous versions of the icecaptools_x.y.z.jar plugin before installing a new one.
Check out this installation guide.
Previous releases:
- icecaptools_2.1.14.jar
- icecaptools_2.1.13.jar
- icecaptools_2.1.12.jar
- icecaptools_2.1.11.jar
- icecaptools_2.1.10.jar
The full source of the HVM Eclipse plugin (including the AOT compiler), the runtime (including the interpreter) and the HVM libraries (including the SCJ API) are available on https://github.com/scj-devel/hvm-scj
The SCJ TCK can be checked out using anonymous CVS: cvs -d:pserver:anonymous@icelab.dk:/data/cvs co OpenJMLTest
Contributions are always welcome!