在eclipse中为我的java应用程序创建exe? [英] Creating exe for my java Application in eclipse?

查看:122
本文介绍了在eclipse中为我的java应用程序创建exe?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


可能重复:

如何将我的java程序转换为.exe文件?

喜欢的人,

如何在eclipse中创建我的应用程序的exe文件?请提及要遵循的步骤。

how to create the exe file of my application in eclipse? please mention the steps to follow.

感谢

推荐答案

如果你只是想知道如何运行你的应用程序在Eclipse IDE之外,那么你不需要一个exe。在菜单中查找导出JAR选项。

If you're just wondering how to run your application outside the Eclipse IDE, then you don't need an exe. Look for the "Export JAR" option in the menu.

如果导出完成(生成了一个MANIFEST),那么应该可以运行JAR文件双击它,或从命令行java -jar FILENAME.jar。请注意,这是一种与平台无关的格式。

If the export is done properly (with a MANIFEST generated), you should then be able to run the JAR file by double-clicking on it, or from the commandline with "java -jar FILENAME.jar". Note that this is a platform-independent format.

这篇关于在eclipse中为我的java应用程序创建exe?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆