位置:IT落伍者 >> java >> 浏览文章
使用eclipse打jar包注意事项
选择需要打包的工程只选中src
选中 Export generated class files and resources
选中 Compress the contents of the JAR file
选中 Overwrite existing files without warning
选中 Export class files with compile warnings
即可完成打包
上一篇:myeclipse中代码提示的设置
下一篇:Spring应用的单元测试