How to make installer of java desktop application for multi-platform?

孤人 提交于 2019-12-17 18:24:44

问题


How could we made a jar file's installer, which can run on multi-platform. Is there any simple way, because I don't know Java much well.

Balwant


回答1:


Installer tools for Java have been dealt with in quite many questions on SO, and most options have probably been mentioned already:

  • What’s the best way to distribute Java applications?
  • Java Application Installers
  • What is the best installation tool for java?

See also other questions tagged java+installer.

If a commercial tool is ok, the best multi-platform installer for Java software, to my knowledge, is install4j; I can definitely recommend it (more about my experiences with it).




回答2:


Nearly half of our BitRock InstallBuilder customers use it for Java deployment. It is multiplatform and runs in all the major platforms such as Windows, Linux, Mac, Solaris, HP-UX (and most of the obscure ones too :)




回答3:


izPack is pretty nifty and supports multi-platform installations.




回答4:


If the target audience have access to the web, you could have a look on Java Web Start which allows you to basically do all you need.

It requires the user to click a link and download.




回答5:


Well the best way is to use InstallAnywhere that is good for install or packagging any of the applicaion in desktop.

here theInstallAnywhere go to site register your self and download one trial verson.



来源:https://stackoverflow.com/questions/979572/how-to-make-installer-of-java-desktop-application-for-multi-platform

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!