spring-attic / spring-ide

Spring Development Environment for Eclipse
299 stars 126 forks source link

Can't run 3.9.6 on Windows 10 #322

Closed Oscar-21 closed 5 years ago

Oscar-21 commented 5 years ago

image

martinlippert commented 5 years ago

This looks very much like an issue with the JDK that got picked and the STS version. Your path looks like it is using a 32bit version of the JDK as well as a 32bit version of STS, so that would be fine, but you should double check whether the JDK in that path is really a 32bit full JDK. And I would recommend to use the 64bit version of both (the JDK as well as STS) nowadays.

Beyond that you should double check which version of the JDK is being used here. I am asking all these questions because the path to the JDK in the error output looks a bit unusual.

If you have a specific JDK installed that you want to use, please configure the STS.ini file to pick exactly that JDK (java executable), like described here for Eclipse (therefore eclipse.ini in that doc): https://wiki.eclipse.org/Eclipse.ini

Oscar-21 commented 5 years ago

Oops. I didn't mean to download the 32 bit version. Thanks for the help. 👍

martinlippert commented 5 years ago

Glad to hear I could help! :-)