Missing tools.jar when launching STS application

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

    Copy JDK directory to your STS installation or extraction library and and rename JDK to jre. the directory structure of STS should look like this

    .eclipseproduct
    artifacts.xml
    configuration
    dropins
    eclipsec.exe
    features
    jre
    license.txt
    META-INF
    open-source-licenses.txt
    p2
    plugins
    readme
    SpringToolSuite4.exe
    SpringToolSuite4.ini
    

提交回复
热议问题