- Dart Editor を終了する。
- Dart Editor の実行ファイルと同じ場所にある DartEditor.ini ファイルをテキストエディタで開く。
- 「-Dhttp.proxyHost=」「-Dhttp.proxyPort=」という行を追加し、設定を書く。認証が必要なプロキシの場合は「-Dhttp.prxyUser=」「-Dhttp.proxyPassword=」も設定する。
- DartEditor.ini ファイルを保存する。
設定すると DartEditor.ini は次のようになります。
(前半省略) -Xms40m -Xmx1000m -Dhttp.proxyHost=proxy.example.com -Dhttp.proxyPort=8080 -Dhttp.proxyUser=account_name -Dhttp.proxyPassword=account_passwordDart Editor 0.6.21_r26639 と、Windows XP および Ubuntu 13.04 の環境で確認しました。
0 件のコメント:
コメントを投稿