Tools for Native Exe generation. What tools can i use to generate a native executable from my *.class files?
Created May 8, 2012
Davanum Srinivas These tools fall into 2 catagories. Those that package interpreted code
into exes (wrappers) and those that actually compile the java code to
machine code (native compilers). The second produces faster code than the
first.
Wrappers:
Native code compilers: