我们公司是通过代理上网的。同时通过统一的身份验证(邮箱密码)。当我安装Eclipse4.9之后(目前最新版本),更新软件出现问题。如果代理设置为手动(Manual),则无法打开Eclipse Marketplace,如果设置为Natvie,可以打开Eclipse Marketplace,但安装时提示Proxy Authentication Required。迷糊了半天,后来找到解决办法,在eclipse.ini中添加一行:
-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4
参考:https://*.com/questions/28968836/eclipse-update-sites-http-proxy-authentication-required-error
之后重启Eclipse,然后将代理设置为Manual,就OK了。
以作记录,备查。