Snippets tagged “non-proxy-hosts”
1 snippet uses this tag.
- How do I set the proxy to be used by the JVMJava
To set the proxy to be used by the Java Virtual Machine (JVM), you can use the -Dhttp.proxyHost, -Dhttp.proxyPort, and -Dhttp.nonProxyHosts options when starting the JVM.