JET is designed to let you deploy your Java applications as highly optimized native 32-bit Windows executables that do not use JVM. The core component of JET is an optimizing Java to native code compiler. JET compiler reads Java class files created in any Java IDE, compiles them using aggressive optimization techniques specially adapted to Java, links with high performance runtime support libraries, and produces a conventional executable file. |