使用eclipse打jar包注意事项

使用eclipse打jar包注意事项:
1、选择需要打包的工程,只选中src。
   选中 Export generated class files and resources。
   选中 Compress the contents of the JAR file。
   选中 Overwrite existing files without warning。

2、选中 Export class files with compile warnings。

即可完成打包。

你可能感兴趣的:(eclipse)