Java - Proxy
How can we tell Java not to use the system proxy script if one is setup? How can we tell Java to by pass the system proxy script if one is setup?
Use the useSystemProxies command-line parameter:
java -Djava.net.useSystemProxies=false ...I have not tested the above yet.
page revision: 0, last edited: 09 Apr 2020 19:59





