JIT - Just-In-Time Compiler A just-in-time compiler converts Java byte code (compiled Java language statements) into native code designed to run on a specific hardware and operating system platforms. Compiled Java programs often run faster with a JIT than with a Java Virtual Machine.