jbranchaud
jbranchaud

Reputation: 6087

Why am I getting this error trying to install Subclipse from the update site?

I am trying to install Subclipse 1.6.x on Eclipse Helios (3.6) on a 64-bit Windows 7 machine. I go to Help -> Install New Software... and then enter the following update site into the dialog box: http://subclipse.tigris.org/update_1.6.x. I give it a name and click okay and it tries to connect to the repository for about 15 seconds and then the follow error dialog pops up:

enter image description here

To be clear, the update site that I have entered into the box is http://subclipse.tigris.org/update_1.6.x and is NOT http://subclipse.tigris.org/update_1.6.x/content.xml yet it seems to think that this is the repository being requested. I have successfully installed Subclipse 1.6.x on other similar Window's machines and have never come across this error before.

Any ideas why this is happening?

Upvotes: 0

Views: 4749

Answers (2)

user3567545
user3567545

Reputation:

Follow the below steps

  1. Click on Window in Eclipse Menu bar
  2. Choose Preferences
  3. Click on network Connections
  4. Change the Active Provider to "Direct"

Its worked fine for me!!!

Upvotes: 3

Nelson Osacky
Nelson Osacky

Reputation: 599

It looks like you somehow removed the '.' between '6' and 'x' You have http://subclipse.tigris.org/update_1.6x it should be http://subclipse.tigris.org/update_1.6.x

Upvotes: 3

Related Questions