How to make installer pack of Java swing Application Project?

前端 未结 4 1523
孤独总比滥情好
孤独总比滥情好 2020-12-11 07:39

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

The jar can be created but it won\'t work in oth

相关标签:
4条回答
  • 2020-12-11 08:09

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

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

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

    0 讨论(0)
  • 2020-12-11 08:19

    You can use the install4j for the create exe file for jar file of java project and use the Inno Setup Compiler file for create the installer for the project. this ts Youtube vedio for the how to create the exe and installer

    video for create the exe and installer

    0 讨论(0)
  • 2020-12-11 08:22

    You can try install4j. (Its not free though, you may try evaluation version first)

    0 讨论(0)
  • 2020-12-11 08:26

    Here is list of Open Source Installers Generators in Java :

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

    I have used Install4j and it works

    0 讨论(0)
提交回复
热议问题