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
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 ;)
Check that you are using correct java version for your OS architecture, 32 or 64 bits
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.
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.
Just install 32-bit JRE (if you have 64 bit already installed) and point -vm to this 32-bit JRE as mentioned above.
You just need to reinstall JDK(same or latest version) and STS(not always required).