Thomas Owens
Thomas Owens

Reputation: 116207

What are the default Eclipse update sites?

I just installed and opened Eclipse for the first time on my new laptop and the plugin installer has no available update sites. How can I fix this, or what are the default update sites?

Upvotes: 17

Views: 13661

Answers (4)

Michael-O
Michael-O

Reputation: 18415

Just an update for this issue which I have hit yesterday too. This has been fixed since 4.3M4, see this comment on the respective issue.

Upvotes: 0

VonC
VonC

Reputation: 1330102

You have a full list here (thanks to ekke).

Galileo:

Note: With Helios (3.6Mx), you would have at least:

With Juno (current 4.2):

Upvotes: 20

John Doe
John Doe

Reputation: 3516

For 3.7 (Indigo) on Ubuntu, there were no default sites. So I downloaded the portable one and exported the update sites. You can just save this and import it in 3.7.

<?xml version="1.0" encoding="UTF-8"?>
<bookmarks>
   <site url="http://download.eclipse.org/releases/indigo" selected="true" name="Indigo"/>
   <site url="http://download.eclipse.org/eclipse/updates/3.7" selected="true" name="The Eclipse Project Updates"/>
</bookmarks>

Upvotes: 2

Andy White
Andy White

Reputation: 88475

I think it's something along these lines, although I can't seem to find it now, and don't have Eclipse installed here. There might be a path extension on it for different versions.

http://update.eclipse.org/

Upvotes: 0

Related Questions