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

前端 未结 17 2306
别跟我提以往
别跟我提以往 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 20:04

    If you dowloaded 64 bits version of STS Spring, check the version of java you have by taping in cmd :

    java -d64 -version 
    

    If you dont have the jre 64 bits, install it and it will work .

提交回复
热议问题