LoginSignup
6
5

More than 5 years have passed since last update.

[Java] Java起動時のプロキシ設定方法

Last updated at Posted at 2017-02-02

Javaのネットワークプロキシ設定方法メモ

proxy設定
-Dhttp.proxyHost=proxy.exsample.com -Dhttp.proxyPort=8080
-Dhttps.proxyHost=proxy.exsample.com -Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts="localhost|127.0.0.1|192.168.*.*" 

参考

java - How do I set the proxy to be used by the JVM - Stack Overflow

6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5