网络代理下,ubuntu下安装eclipse subclipse plugin

公司上网需要代理,然后ubuntu的网络代理已经设置好了,eclipse中也是默认使用网络代理,

但是在使用eclipse的安装新软件输入subclipse的最新url<<http://subclipse.tigris.org/update_1.8.x>>,

eclipse还是报错,google了下,找到以下的解决办法:

找到eclipse的安装目录

#gedit eclipse.ini

-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient

-Dhttp.proxyPort=proxy port

-Dhttp.proxyHost=proxy host

-Dhttp.nonProxyHosts=localhost|127.0.0.1

#./eclipse -clean

我试过了,方法是可以的。

给别的需要使用代理的同学做个参考!

猜你喜欢

转载自cncomkyle.iteye.com/blog/1333369