java程序转为exe几种方法

1- JSmooth .exe wrapper:
JSmooth 能够为你的Java应用创建windows原生launchers (standard .exe) ,能够自己发现任何已经安装的Java VM , 如果没有JVM可用,将下载安装。

Download: http://jsmooth.sourceforge.net/

2- JarToExe 1.8
Jar2Exe是将jar文件转为exe文件.
Download: http://www.brothersoft.com/jartoexe-75019.html

3- Executor
将你的Java应用打包成jar和执行器,执行器将 jar转为Windows exe文件, 双向exe,将加载Java Runtime 环境JRE然后运行你的程序

Download: http://mpowers.net/executor/

4- Advanced Installer
几分钟内创建Windows MSI 安装
Download: http://www.advancedinstaller.com/

原文:
executable - Compiling a java program into an exe - Stack Overflow