JIT compilers are used to convert java byte code into native machine language. And, as far as I know, there is no program that can directly convert java-byte code to a binary file, such as .exe files. So why can't JIT compilers be used to create binary code from byte code?
source
share