kayyan
kayyan

Reputation: 27

Cannot install any kind of spring tool to my eclipse

I'm studying spring on two different computers. I had no problems with the first one but the other one shows me this error when i try to add spring ide to eclipse:

No repository found at http //dist.springsource.com/release/tools/update/e4.5/

I've tried installing Spring IDE to two different versions of eclipse: Neon and Mars. I've also tried installing Spring Tool Suite (STS) but none of them has worked so far. I googled the error but whatever I found didn't fix my problem.

Anyone can help?

Upvotes: 0

Views: 10547

Answers (2)

Anshu Shekhar
Anshu Shekhar

Reputation: 115

I would recommend to go to the Preferences -> install/Update -> Available Update Sites, select the one for STS (or multiple ones if you have more than one), and press "Reload". That should cause the cached data to be refreshed.

If this doesn't help, you could try to remove the update site from that list (in the preferences), restart Eclipse, and add it back to that list.

Upvotes: 0

diogo
diogo

Reputation: 3976

The update site you're using is the the placeholder for the STS update site and sometimes could present problems with some versions of Eclipse. Try the following:

Help > Install New Software... > Add...

And place the following Location:

http://download.springsource.com/snapshot/TOOLS/nightly/e4.5

Upvotes: 1

Related Questions