How to make installer of java desktop application for multi-platform?

后端 未结 5 1908
北海茫月
北海茫月 2020-12-08 23:23

How could we made a jar file\'s installer, which can run on multi-platform. Is there any simple way, because I don\'t know Java much well.

Balwant

5条回答
  •  借酒劲吻你
    2020-12-09 00:13

    If the target audience have access to the web, you could have a look on Java Web Start which allows you to basically do all you need.

    It requires the user to click a link and download.

提交回复
热议问题