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

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

    First of all, please check your STS path. Remove if there is any special character such as # or etc in your path. After verify this, please go for any of the above solutions ;)

    0 讨论(0)
  • 2021-01-07 19:41

    Check that you are using correct java version for your OS architecture, 32 or 64 bits

    0 讨论(0)
  • 2021-01-07 19:41

    By Removing following java path from environment variables path is fixed the issue.

    C:\Program Files (x86)\Common Files\Oracle\Java\javapath

    Have another jdk in path.

    0 讨论(0)
  • 2021-01-07 19:48

    I removed C:\ProgramData\Oracle\Java\javapath from the PATH environment variable. It worked for me then. So basically it's a path variable issue.

    0 讨论(0)
  • 2021-01-07 19:48

    Just install 32-bit JRE (if you have 64 bit already installed) and point -vm to this 32-bit JRE as mentioned above.

    0 讨论(0)
  • 2021-01-07 19:53

    You just need to reinstall JDK(same or latest version) and STS(not always required).

    0 讨论(0)
提交回复
热议问题