工具:
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。