Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はファイアウォールの背後にいます。開発環境では、サーブレット コンテナー (ここでは jetty) の初期化中に以下を使用しますが、スタンドアロンの Java コマンド ライン アプリでも機能しないようです。
System.getProperties().put("http.proxyHost", "xx.xx.xx.xx"); System.getProperties().put("http.proxyPort", "8080");
ありがとう...