Missing tools.jar when launching STS application

后端 未结 12 2098
我在风中等你
我在风中等你 2020-12-08 14:29

I have the latest STS4. I am using installed java-1.8 JDK not embedded as the execution environment. My project just runs fine without any issue.

Ho

12条回答
  •  我在风中等你
    2020-12-08 14:37

    For me, I had to do two things to make it work:

    1. Remove vmargs:
      • vmargs
      • Dosgi.requiredJavaVersion=1.8
    2. Setting the JDK:
      • vm
        C:\Program Files\Java\jdk1.8.0_131\bin

提交回复
热议问题