No 'server' JVM at '…'

前端 未结 8 1896
离开以前
离开以前 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:12

    I've just been struggling with this same problem in Eclipse and I noted that as suggested by the answer above the JBoss site has a thread on this issue saying the same as the answer above to copy files from the jdk to the jre folder.

    I noticed that you can avoid having to do this if you define the runtime to be the jdk when you create the server. I didn't find how to edit an existing server though.

    eclipse Screenshot

提交回复
热议问题