如何为多平台安装java桌面应用程序?

时间:2021-10-05 06:31:56

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.

我们怎样才能制作一个jar文件的安装程序,它可以在多平台上运行。有没有简单的方法,因为我不太了解Java。

Balwant

5 个解决方案

#1


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

用于Java的安装程序工具已经在很多关于SO的问题中得到了解决,并且大多数选项已经提到:

See also other questions tagged java+installer.

另请参阅标记为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).

如果商业工具没问题,据我所知,最好的Java软件多平台安装程序是install4j;我绝对可以推荐它(更多关于我的经验)。

#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 :)

近一半的BitRock InstallBuilder客户将其用于Java部署。它是多平台的,可运行在所有主要平台上,例如Windows,Linux,Mac,Solaris,HP-UX(以及大多数不起眼的平台:)

#3


izPack is pretty nifty and supports multi-platform installations.

izPack非常漂亮,支持多平台安装。

#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.

如果目标受众可以访问Web,您可以查看Java Web Start,它可以让您基本上完成所需的一切。

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.

那么最好的方法是使用适合安装或包装任何桌面应用程序的InstallAnywhere。

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

在这里安装任何地方去网站注册你的自己并下载一个试用版本。

#1


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

用于Java的安装程序工具已经在很多关于SO的问题中得到了解决,并且大多数选项已经提到:

See also other questions tagged java+installer.

另请参阅标记为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).

如果商业工具没问题,据我所知,最好的Java软件多平台安装程序是install4j;我绝对可以推荐它(更多关于我的经验)。

#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 :)

近一半的BitRock InstallBuilder客户将其用于Java部署。它是多平台的,可运行在所有主要平台上,例如Windows,Linux,Mac,Solaris,HP-UX(以及大多数不起眼的平台:)

#3


izPack is pretty nifty and supports multi-platform installations.

izPack非常漂亮,支持多平台安装。

#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.

如果目标受众可以访问Web,您可以查看Java Web Start,它可以让您基本上完成所需的一切。

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.

那么最好的方法是使用适合安装或包装任何桌面应用程序的InstallAnywhere。

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

在这里安装任何地方去网站注册你的自己并下载一个试用版本。