0

I have create a simple program using Eclipse 4.1.. I wanted to build or deploy my project into a .jar. I also added external libraries in my project. I wanted the output same as in Netbeans with the .jar file and lib folder in the dist folder, but there should be also a folder named help and lang.. How can I do this with eclipse?!

4

1 回答 1

0

按照此处提供的步骤操作。或者,如果您不想使事情复杂化,请选择Runnable JAR file而不是设置要写入JAR file的目录,然后单击。.jarFinish

Eclipse 将为[Project Name]_lib项目中包含的外部库创建目录。

于 2012-09-04T06:19:13.790 回答