Excelsior JET3.7
Java VM enhanced with ahead-of-time compiler.
Friday, August 19, 2005
- Development
- Compilers
Excelsior JET is a Java Virtual Machine enhanced with Ahead-Of-Time (AOT) compilation. The AOT compiler transforms your classes and jars into high-performance Linux executables that run directly on Intel x86 hardware. VM components responsible for Java memory management, threading, synchronization, security, etc., are placed into a shared library which you redistribute along with the precompiled executables. Among those runtime components is a JIT compiler that takes care of classes that could not be precompiled, thus enabling Excelsior JET to support the entire Java 2 Platform, Standard Edition v5.0 API, including dynamic class loading. Excelsior JET is also available for Microsoft® Windows®.
- linux
- Downloads1370
- LicenseShareware
- PlatformsLinux
- Requirements800MB disk space, 128MB RAM
- Tags
Downloads / Release History
Comments
No comment. Be the first to enter a comment.