・ecliseでUPDATEしたいが、なかなかできない。。
==>あ、これが、eclipse proxy!
設定ーー>一般-->ネットワーク接続。
・plug in 移行
ーー>import:install
★eclipseには、 plugin と dropinディレクトリがある。手動プラグインをインストールする場合は、dropinディレクトリの方に入れて、自動インストールプラグインとは区別する。
★
I had same issue. I searched and found this.
http://oakgreen.blogspot.jp/2011/10/eclipse-proxy-settings-bug-and.html
This post says don't set SOCKS proxy. I tried this advice, and connection was succeeded. I did below:
Open Network Connection Settings.
Select Active Provider to "Manual".
Set HTTP/HTTPS proxy.
Clear SOCKS proxy if this is set.(select SOCKS proxy raw and click "Clear" button)
Restart Eclipse to apply these settings.
Excuse my poor English. Good luck!