天天看點

eclipse(4.9)通過代理更新軟體的問題!

我們公司是通過代理上網的。同時通過統一的身份驗證(郵箱密碼)。當我安裝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://stackoverflow.com/questions/28968836/eclipse-update-sites-http-proxy-authentication-required-error

之後重新開機Eclipse,然後将代理設定為Manual,就OK了。

以作記錄,備查。