なんかの Log

良い感じで投げっぱなしにしてみせる。

Eclipse(Galileo)のGAEでプロキシ解決

Unable to access https://appengine.google.com/api/updatecheck?runtime=java&release=1.3.7&timestamp=1282754401&api_versions=['1.0']
(略)

みたいなエラーがでた。プロキシが通らないらしいので、VMに引数を渡す。
プロジェクトの[Run Configurations]-[Arguments]-[VM arguments]に以下を指定でOK。

-Dhttp.proxyHost=<proxy host> -Dhttp.proxyPort=<proxy port>
-Dhttps.proxyHost=<proxy host> -Dhttps.proxyPort=<proxy post>