How to make Java application standalone?

后端 未结 6 832
长发绾君心
长发绾君心 2021-02-06 11:26

I have to burn a Java application on a CD. This application have to run on every Windows PC wihtout any installation (also JRE shouldn\'t be installed) before.

6条回答
  •  再見小時候
    2021-02-06 11:43

    JSmooth can do the trick with bundling JRE or prompting install Java, and it is free. You can also set properties for JVM

提交回复
热议问题