eclipse/プロキシ設定 | skxyz26

skxyz26

2007年9月~、等身大な日々を綴ってます。

eclipse3.7(INDIGO)にはうまくプロキシ設定を出来ず、
うまくプラグインが入れられなかった・・・。

HTTP プロキシー認証が必要ですって・・・
いれてるのに・・・。

試行錯誤の結果↓
↓ 
↓ 
↓ 
http://stackoverflow.com/questions/5857499/how-do-i-have-to-configure-the-proxy-settings-so-eclipse-can-download-new-plugin

神!
------------------
If I add the following lines in my eclipse.ini file (because of that), it works:
-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient
-Dhttp.proxyPort=8080
-Dhttp.proxyHost=XXX
-Dhttp.proxyUser=XXX
-Dhttp.proxyPassword=XXX
-Dhttp.nonProxyHosts=localhost|127.0.0.1
------------------ 
でけた!

追記!
セキュアストレージをリフレッシュしないとまたうまくつながらなくなっちゃうみたいなので、
リフレッシュを忘れずに!
http://www.eclipsewiki.net/eclipse/index.php?%A5%D7%A5%ED%A5%AD%A5%B7 


追記!
PCでインターネットに接続させてから、Eclipseを立ち上げると、
わりとつながりやすいことがわかった!!!