I want to run a java program as an exe in Windows. The windows box doesn\'t install java at all...
So, is there any other way in which the java program can be conve
Have you tried install4j? There are various versions, some free, of this concept. Basically, this application compiles your application into an executable installer, specific to the OS of your choice.