How can I create a Windows-specific executable (.exe file) of my Java program?
Created May 4, 2012
John Zukowski
The jexegen tool that comes with Microsoft's SDK allows you to create Windows-specific EXE files. However, it requires you to have the Microsoft VM present (or distributed with the program), thus limiting you to their 1.1.x Java release.