4

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

helios
  • 13,574
  • 2
  • 45
  • 55
jegadesh
  • 41
  • 1
  • 2
  • 1
    Include what error is showing. The two problems I think at are: 1) lack of other jars 2) lack of native liraries (if you are using multimedia) – helios Aug 18 '10 at 06:56

4 Answers4

3

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.

naikus
  • 24,302
  • 4
  • 42
  • 43
2

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

Gopi
  • 10,073
  • 4
  • 31
  • 45
1

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

YoK
  • 14,329
  • 4
  • 49
  • 67
0

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

Keval Trivedi
  • 1,290
  • 2
  • 13
  • 29