How to make .exe file for izpack installer .jar file

前端 未结 3 781
谎友^
谎友^ 2020-12-05 11:44

I make an installer with izpack. Its in .jar file. I want to make it in .exe file in order to distribute it. How can I do it in an easy way?

3条回答
  •  借酒劲吻你
    2020-12-05 12:43

    If the app. has a GUI and you can distribute from a web site, Java Web Start offers the best solution. JWS works for all platforms that support Java, and is supported by Oracle.

    (I hear that .Net works well for 'Windows only' solutions.)

提交回复
热议问题