JAR installer that auto-detects if Java is there and autostarts the application

前端 未结 6 1639
忘掉有多难
忘掉有多难 2020-12-17 02:55

I need to build an installer that does the following:

  1. Installs my jar on the client.
  2. Auto-detects if JRE is installed (in which case it does not re-in
6条回答
  •  死守一世寂寞
    2020-12-17 03:30

    Commercial tools like InstallAnywhere can do that. After installing the JAR (and links and such), installers can check the registry if Java is already installed and proceed or not. As long as the installer supports all needed plattforms, you are fine.

提交回复
热议问题