Behind a firewall requiring proxy authentication cannot run google example using system properties (browser displays authentication popup dialog)
-Dhttp.proxyHost=XXX -Dhttp.proxyPort=9090 -Dhttp.proxyUser=XXX -Dhttp.proxyPassword=XXX ...
Behind a firewall requiring proxy authentication cannot run google example using system properties (browser displays authentication popup dialog)
-Dhttp.proxyHost=XXX -Dhttp.proxyPort=9090 -Dhttp.proxyUser=XXX -Dhttp.proxyPassword=XXX ...
It seems only http.proxyHost and http.proxyPort are supported by the jre (see http://forum.java.sun.com/thread.jspa?threadID=5220341&messageID=9895054)
I have a patch for this issue.