Excelsior JET

From Wikipedia, the free encyclopedia

Excelsior JET is a commercial Java SE technology implementation built around an ahead-of-time (AOT) Java to native code compiler. The compiler transforms the portable Java bytecode into optimized executables for the desired hardware and operating system (OS). Also included are a Java runtime featuring a just-in-time (JIT) compiler for handling classes that were not precompiled for whatever reason (e.g. third-party plugins or dynamic proxies), the complete Java SE API implementation licensed from Sun Microsystems, and a toolkit to aid deployment of the optimized applications.

Excelsior JET has passed the "official" test suite (TCK) for Java SE 6, and is certified Java Compatible on a number of Windows and Linux variations running on Intel x86 and compatible hardware. It may produce DLLs and NT Services for Windows, and shared libraries for Linux.

Excelsior JET, Embedded Edition implements the Java SE for Embedded technology in a very similar manner, the only major differences are in licensing and pricing.

[edit] See also

Languages