Dev1ce
Dev1ce

Reputation: 5944

Spring Tool Suite (STS) launch error

The STS was working fine until I recently upgraded the Java version.

Here's the Error message I am getting on STS Launch -

enter image description here

Here's my Java version -

enter image description here

I've installed the 32 bit JRE now, STS is opening now but, here's the new Error - enter image description here

Upvotes: 0

Views: 2403

Answers (2)

rajadilipkolli
rajadilipkolli

Reputation: 3601

Update your both 32 bit and 64 bit JRE to latest versions, It will solve the issue.

In ideal world if your sts is 32 bit then you need to have 32 bit JRE latest version.

Upvotes: 1

黄伟杰
黄伟杰

Reputation: 27

You can go to download 32bit JDK and then change the JDK you have install and change the environment path to the 32 bit JDK.

Upvotes: 1

Related Questions