公司内网用eclipse自动更新

新增eclipse.ini代理设置

-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient
-Dhttp.proxyPort=8080
-Dhttp.proxyHost=myproxy
-Dhttp.proxyUser=mydomainmyusername
-Dhttp.proxyPassword=mypassword
-Dhttp.nonProxyHosts=localhost|127.0.0.1
 

Eclipse的网络设置

Window->Preferences -> General->Network Connection 选中manual proxy configuration:
填入http proxy , port
代理需要用帐号和密码就需要选中Enable proxy authentication,然后填上user name 及password

 

更新站点连接测试

Window->Preferences Install/Update->Available Software Sites。选择一个站点来测试连接按钮来确认连接.

 

你可能感兴趣的:(eclipse)