PDA

View Full Version : [ubuntu] proxy setting for eclipse 3.7 on ubuntu 11.10



huu2011
March 16th, 2012, 10:17 AM
Hello again.
Please,any one with idea how to set up eclipse 3.7 to work with proxy server on ubuntu 11.10?
Any help will appreciate it is a month now keep trying without success.
thank you again
huu

huu2011
March 16th, 2012, 11:39 AM
please experts,anyone with eclipse working on proxy setting?

thank you again
huu

banskt
May 17th, 2012, 06:38 AM
Well, I found a workaround:

Add the following lines to /etc/eclipse.ini file:

-Dorg.eclipse.ecf.provider.filetransfer.excludeCont ributors=org.eclipse.ecf.provider.filetransfer.htt pclient
-Dhttp.proxyPort=xxxx
-Dhttp.proxyHost=yourproxy.domain.com
-Dhttp.proxyUser=xxxxx
-Dhttp.proxyPassword=xxxxxx
-Dhttp.nonProxyHosts=localhost|127.0.0.1
Save, and restart eclipse

[Checked working for eclipse 3.7 on Ubuntu 12.04, so it should possibly work on 11.10]

Reference: https://bugs.eclipse.org/bugs/show_bug.cgi?id=281472#c7