我可以通过桌面上的图标运行Java程序吗?
运行任何exe文件或其他东西..??
as running any exe file or something..??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
运行任何exe文件或其他东西..??
as running any exe file or something..??
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
制作可执行 JAR 文件:
http://csdl .ics.hawaii.edu/~johnson/613f99/modules/04/jar-files.html
Make an executable JAR file:
http://csdl.ics.hawaii.edu/~johnson/613f99/modules/04/jar-files.html
使用 Java Web Start 在 Web 服务器上打包和部署应用程序。
在启动过程中,它将创建桌面快捷方式,可以连接到服务器并在发现更新时更新您的应用程序。
它还有其他优点,例如事实上,它可以确保您拥有正确的虚拟机,并在您没有时下载正确的虚拟机
Use Java Web Start to package and deploy your application on a web server.
During launch, It will create desktop shortcuts that can connect to a server and update your application if updates are found.
It also has other advantages, like the fact that it can ensure that you have the right virtual machine, and download the right one in case you don't
您可以使用以下其中一项创建可执行文件:
You can create an executable with one of the following: