我尝试配置网络连接,但它无效。
Eclipse的内部浏览器通常会打开所有更新站点。 在IE和Firefox中,trere没有代理配置,但有时他们在浏览页面之前请求我的Windows用户名和密码。也许有一个透明的代理,我不知道。
错误:
Unable to connect to repository http://download.eclipse.org/releases/indigo/content.xml
Unable to connect to repository http://download.eclipse.org/releases/indigo/content.xml
Connection timed out: connect
答案 0 :(得分:-1)
那些链接404意味着另一端有问题
编辑 - 我错了,显然这是一个持续的issue
一个可能的解决方法是设置
-vmargs -Djava.net.preferIPv4Stack=true
在你的eclipse启动中。