I am developing java apps for Windows only.
So I need a way to convert my Java programs into native machine code.
Is there any FREE tool that converts java programs into EXE files.
If not native machine code then an EXE wrapper will also do.
That is my programs may run under JVM only but I won't use Batch file to open them instead some EXE file with custom icon.
I have tried using JET but it's free version doesn't allow Deployment facility.
For EXE wrapper I have used exej but its restriction is that it requires only Javasoft JRE.
Please if anybody knows about it then inform me.