Missing tools.jar when launching STS application

后端 未结 12 2082
我在风中等你
我在风中等你 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:51

    I had the same issue when i upgraded to Java 11.

    I simply edited SpringToolSuite4.ini and added

    -vm C:\Program Files\Java\jdk-11.0.4\bin\javaw.exe

提交回复
热议问题