How to make Java program installable?

前端 未结 6 1008
感情败类
感情败类 2020-12-23 23:36

How can I make a java program installable?

I have an application saved in my Eclipse workspace.

I can export it as a .jar file.

This is

6条回答
  •  情歌与酒
    2020-12-24 00:09

    I guess what you are looking for is not only to make the program runnable (as lobster1234 proposed) but to make it actually installable. We have recently used IzPack. It actually looks nice.

    There are also some decent tutorials on the details here and here

提交回复
热议问题