Hi,
I'd like to create a Windows .exe for a Java program. Previously, I've used JEXECreator for this, but it's not entirely satisfactory because:
- The executable sometimes work on the machine on which it was created but not on others
- The program is comercial. If you use the trial version it adds a nag screen to your application.
I don't need the generated .exe to work if Java is not installed on the target machine (in fact, I think this is impossible).
Any recommendations?
Cheers, Donal