STS launch error - Java was started but returned exit code=13

前端 未结 17 2246
别跟我提以往
别跟我提以往 2021-01-07 19:25

So I installed STS a while back now onto my Windows 7 64-bit machine, every time I try run STS I get the attached Java exit code=13 error below.

I don\'t have have E

17条回答
  •  独厮守ぢ
    2021-01-07 19:53

    The first step is like the is already related above: open the document parameters of configuration "STS" and send the commands below to "openFile":

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

    To check the version of JDK, on your prompt do the command:

    java -version
    

    You will find in "build".

    If you still having the problem with JDK path not finded, the path to found your JDK on pc is:


    my computer -> archives and programs -> java -> jdk -> bin -> javaw

    when you reach at this, click and inspect the properties of and copy the route to put on command after -vm.

提交回复
热议问题