现在的位置: 首页 > java > spark > 正文
openfire spark研究之install4j打包spark
2012年04月17日 spark ⁄ 共 875字 暂无评论

1、更改spark源码目录sparkbuild下的build.xml文件,指定install4j安装目录;

<property name="installer.install4j.home" value="d:\Program Files\install4j"/>

2、从http://www.alarmspro.com/downloads/jre/处下载windows-x86-1.6.0_01.tar.gz文件至sparkbuildinstaller目录;

3、命令行至sparkbuild目录;

4、运行:ant installer.win

5、结果:

[install4j]     Compiling launcher 'Spark':
[install4j]     Compiling launcher 'starter':
[install4j]   Creating media file:
[install4j]     Zipping custom code JAR file
[install4j]     Identifying components
[install4j]     Adding JRE (windows-x86-1.6.0_01)
[install4j]     Compressing files
[install4j]     Applying LZMA compression
[install4j]     Using custom installer icon: E:softsparkbuildinstaller....
srcresourcesimagesspark.ico
[install4j]   Moving media files to media directory E:softsparktargetinstall
er
[install4j]   The name of the media file is spark_2_5_6.exe.
[install4j]   The size of the media file is 33.0 MB

6、目录sparktargetinstaller下应该出现如下文件,表示打包成功。

给我留言

您必须 [ 登录 ] 才能发表留言!

×