I need to compile a Java Project into native code.
The target machine cannot run Java in any way (customer preference).
I have perviously successfully compiled the Application to an executable using Launch4J and Jsmooth, respectively. However, bundling the JRE with the application is not an option here.
What are my options?