如何用eclipse生成jar文件

如题所述

  工具:

  eclipse

  方法:

    工程中不包含第三方的jar包选中需要生成jar的工程,右击-->Export,出现如下的窗口

    选中java--- > JAR file,出现如下窗口,

    此处要:

    选中 Export generated class files and resources; 
    选中 Compress the contents of the JAR file; 
    选中 Overwrite existing files without warning;

    然后“Next”,出现如下窗口

    选中 Export class files with compile errors; 
    选中 Export class files with compile warnings;

    点击“Next”,出现如下窗口

    选择“Main class”,then “finish” OK。

温馨提示:答案为网友推荐,仅供参考
第1个回答  2016-11-18
选定项目,点击右键:

点击Export,选定jar,如图:

填入需要导出的jar的名字和路径,本回答被网友采纳
相似回答