myeclipse导出war包 如何用myeclipse导出jar包?

如何用myeclipse导出jar包?右键单击项目,单击export=>java=>选择第三个可运行jar文件,然后选择launch configuration,export destination

如何用myeclipse导出jar包?

右键单击项目,单击export=>java=>选择第三个可运行jar文件,然后选择launch configuration,export destination library handling:选择要集成到项目中的第一个引用jar包。为第二个引用选择的jar包将单独放置在项目的根目录中。如果选择第三个引用的jar包,它将被放置在一个单独的文件夹中。这个文件夹和导出的jar将放在同一个目录finish中。