Monday, April 4, 2011

Eclipse, broken by design, thoughts...

If you are behind a web proxy and want to do an update, the default proxy settings (you know, the ones in preferences) don't work if you are doing an 'Eclipse update' or installing new software.

It seems like the main purpose to even use the network connection with Eclipse is to perform updates via http. But it doesn't work.

You need to add the http proxy settings in your Eclipse.ini.

E.g.

...
-Xmx768m
-Dhttp.proxyHost=my.proxy.com
-Dhttp.proxyPort=8080

Resources:

http://www.eclipse.org/helios/

Last tested with Helios.

No comments: