No 'server' JVM at '…'

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

    I had the same problem here but, in my case, I just had not properly update the JAVA_HOME and my PATH for my recently installed JDK. I just updated it to my new JDK location and the server started just fine.

    0 讨论(0)
  • 2020-12-13 20:31

    Windows looks for DLLs in LIBPATH environment variable.

    And make sure your 1.6.0_21 is somewhere first in PATH.

    0 讨论(0)
提交回复
热议问题