tags:

views:

32

answers:

3

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.

+1  A: 

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

Gopi
+1  A: 

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
+1  A: 

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