Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
631 views
Welcome To Ask or Share your Answers For Others

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...