Reputation: 8135
I used this link http://dl.google.com/eclipse/plugin/3.7 When installing, an error message appeared, is said that
Upvotes: 3
Views: 3189
Reputation: 3515
I removed and re-added the update site (http://dl.google.com/eclipse/plugin/3.7) to Eclipse, then ran my updates again and everything worked??? Just a suggestion.
Upvotes: 1
Reputation: 758
The solution is here: https://developers.google.com/eclipse/docs/faq?hl=sv-SE#wstinstallerror
You need to have the wst update site added to your available sources. For 3.6, that'd be the following steps:
Select Help > Install New Software... Click the link for Available Software Sites. Ensure there is an update site named Helios. If this is not present, click Add... and enter http://download.eclipse.org/releases/helios for the Location.
It looks like 3.7 is called Indigo, so try adding http://download.eclipse.org/releases/indigo
Upvotes: 1
Reputation: 1
I had the same problem, I had installed eclipse in the Application folder. I moved it out of it and restarted eclipse (note: drag drop does not work, it creates an alias, copy-paste the eclipse folder and then delete the one under Application).Now it seems to find all dependencies and dependent plugins. Seems like the problem was because "Application" folder has some auth issues.
Upvotes: 0