如何在java中制作可执行程序? [英] How to make executable program in java?

查看:147
本文介绍了如何在java中制作可执行程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


可能重复:

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

如何在java中制作可执行程序?

How to make executable program in java?

推荐答案

你不要真的需要,还有许多其他选择:

You don't really need to, there are a number of other options available:

  • As Philip suggested you can use an executable jar file. See http://www.ibm.com/developerworks/library/j-jar/index.html
  • You can build on top of a framework that already has its own launcher such as Eclipse. See http://wiki.eclipse.org/index.php/Rich_Client_Platform
  • You can use a technology such as Java web start to launch your app from a browser. See http://en.wikipedia.org/wiki/Java_Web_Start (or just package your app as an applet)

这篇关于如何在java中制作可执行程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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