如果要同時為多部電腦配置 Proxy 設定,請使用 Script。
程序
- 在每一部電腦的網路連線標籤中,開啟「說明管理」頁面,將作用中的提供者值設為手動。
- 建立 Script 以 Proxy 設定來更新 help.ini。
- 在 Script 中加入下列資訊:
-vmargs
-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient
-Dhttp.proxyHost=proxy_host
-Dhttp.proxyPort=proxy_port
-Dhttp.proxyUser=proxy_username
-Dhttp.proxyPassword=proxy_password
-Dhttp.nonProxyHosts=localhost_or_127.0.0.1
- 在需要 Proxy 資訊的電腦上執行 Script。