当前位置: 代码迷 >> Eclipse >> 施用eclipse打jar包注意事项
  详细解决方案

施用eclipse打jar包注意事项

热度:27   发布时间:2016-04-23 12:35:28.0
使用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.
   
    即可完成打包。
  相关解决方案