Unable to install new software/check for updates eclipse

[亡魂溺海] 提交于 2019-12-25 04:53:10

问题


I'm trying to install subclipse on my desktop so i can use subversion.

When I was at school with my laptop, the installation worked well and i was able to update and commit on the subversion, but, while i was at home, i tried to update and nothing worked. Then I tried on my desktop to install the subclipse plugin without success.

When I go to "Help>install new software>Work With Kepler - http://download.eclipse.org/releases/kepler"

Nothing appears on the software view except "pending..."

The thing I don't understand is that i'm not using a proxy at home, so i don't understand why it's freezing at this step.

Then, I tried to change my eclipse version but it didn't worked I also tried to change my network settings without success

Anyone had the same problem before or know how to fix it ?

EDIT 1 : While waiting for the pending thing to resolv i had an error : "Unable to read repository at http: //download.eclipse.org/releases/kepler/content.xml. Unable to read repository at http: //download.eclipse.org/releases/kepler/content.xml. Connection has been shut down"


回答1:


I solved a similar issue today with a new eclipse Kepler installation on a machine with Java 7. We eventually got it to work by having eclipse run on a Java 6 JRE instead.

To do this, add

-vm
C:\Program Files\Java\jre6\bin\javaw.exe

Above the -vmargs line in your eclipse.ini file (which should be next to your eclipse.exe)




回答2:


Looks like you have extra whitespace between : and /



来源:https://stackoverflow.com/questions/20584987/unable-to-install-new-software-check-for-updates-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!