No 'server' JVM at '…'

前端 未结 8 1912
离开以前
离开以前 2020-12-13 19:28

I\'m running a java application that we distribute as a server-side system. I\'m trying to write a launcher (\"write\" is somewhat of an overstatement here, I\'m basically j

8条回答
  •  情书的邮戳
    2020-12-13 20:14

    AFAIK, the JRE usually doesn't ship with a server VM (only the client VM). If you really need the server VM, you have to use the JDK installation.

    See Oracle Java for Developers Download page for JRE's with Server VM.

提交回复
热议问题