主题:如何将java程序打包成jar
zcs179895723
[专家分:330] 发布于 2007-12-04 18:24:00
如何将java程序打包成jar
回复列表 (共2个回复)
沙发
orangelegend [专家分:860] 发布于 2007-12-05 23:48:00
要有mainfest.mf
jar cvfm ...
板凳
我要飞飞飞 [专家分:180] 发布于 2007-12-06 21:35:00
(1)File Export JAR file next select the resources to export(选定MainClass.java和myClass.java)和select the export destination(jar包导出的目标路径,可自由选取) next next Main class:(选取MainClass为主类,作为jar包程序执行的入口,此步非常重要) finish
我来回复