exe可执行文件制作

方式一:

Java转exe篇:
实现方式:Eclipse搭配JSmooth(免费)。
1.先由Eclipse制作包含Manifest的JAR。制作教学
2.使用JSmooth将做好的JAR包装成EXE。
JSmooth下载页面:
http://jsmooth.sourceforge.net/index.php ;
3.制作完成的exe文件,可在有装置JRE的Windows上执行。

 

方式二:

exe4j

 

方式三

 

NSIS(这个最好用)

方法四:

 

Launch4j is a cross-platform tool for wrapping Java applications distributed as jars in lightweight Windows native executables. The executable can be configured to search for a certain JRE version or use a bundled one, and it's possible to set runtime options, like the initial/max heap size. The wrapper also provides better user experience through an application icon, a native pre-JRE splash screen, a custom process name, and a Java download page in case the appropriate JRE cannot be found.

 


本文是使用 B3log Solo 从 cannysquirrel's blog 进行同步发布的
原文地址: http://cannysquirrel.appspot.com/articles/2010/11/22/1290415527279.html

你可能感兴趣的:(exe可执行文件制作)