如何制作Java swing应用程序项目的安装程序包?

如何制作Java swing应用程序项目的安装程序包?

问题描述:

我使用JMF的swing应用程序创建了一个java项目。我试图将它转换为包但它失败了。

I've created a java project using swing application with JMF. I've tried to convert it into package but it failed.

可以创建jar但它不能在其他计算机(Windows)中工作。有人能知道答案吗?请告诉我。

The jar can be created but it won't work in other computer (Windows). Can someone know the answer? Please tell me.

我需要将项目打包为安装程序,它可以在其他系统中运行。为此指导我。

I need to package the project as installer and it would work in other system. Guide me for this.

此链接提供了java应用程序的opensource安装程序列表:

This link gives a list of opensource installers for java applications:

http://java-source.net/open-source / installer-generators

我建议 izpack ,它被许多软件使用,如jedit,scala安装程序等。

I'd recommend izpack, its used by a lot of software like jedit, scala installer, etc.