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
GCJ can create native code from Java source files. Here's a tutorial on how to build it in Windows.