Create Windows Installer for Java Programs

前端 未结 9 1388
你的背包
你的背包 2020-12-01 00:24

I\'m a Java beginner.

I already created a simple GUI application that display will \"hello world\" label.

But, how can I create an installer from .java or .j

9条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-01 00:37

    Deploy the app. from a web site using Java Web Start. Ensure the user has the minimum Java using deployJava.js (linked from the JWS info page).

提交回复
热议问题