[转载]如何使用eclipse 生成runnable jar包

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[转载]如何使用eclipse 生成runnable jar包相关的知识,希望对你有一定的参考价值。

1. 先找到你的工程中提供接口的类(要包含MAIN方法),2. 在该类中右键选择 RUN as3. 选择 Run configurations4. 在main窗口中选择main class为本类5. 点击RUN6. 选择你的工程,右键选择 EXPORT7. 在弹出的窗口中选择 runnable jar file8. 在弹出的 runnable jar file export窗口中第一个launch configuration 中选择你刚才配置的类, 第二个窗口中选择你要导出的路径9. 然后选择下一步就OK了 参考技术A 步骤如下:
1、先找到你的工程中提供接口的类(要包含main方法)。
2、在该类中右键选择 Run as。
3、选择 Run configurations。
4、在main窗口中选择main class为本类。
5、点击Run。
6、选择你的工程,右键选择 Export。
7、在弹出的窗口中选择 runnable jar file。
8、在弹出的 runnable jar file export窗口中第一个launch configuration 中选择你刚才配置的类,第二个窗口中选择你要导出的路径
9、然后选择下一步就可以了。

以上是关于[转载]如何使用eclipse 生成runnable jar包的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse中Runnable JAR file的三种打包方式有啥区别?求大神帮助。。。

Jar runnable eclipse无法正常工作

Eclipse无法创建Runnable JAR文件

eclipse:清除eclipse中 Runnable JAR file 的历史记录

eclipse导出jar和Runnable jar。maven导出jar和Runnable jar

Eclipse 导出的 Runnable JAR 不显示图像