Return to Snippet

Revision: 18524
at October 1, 2009 12:25 by neozilon


Initial Code
System.getProperties().put( "http.proxyHost", "10.0.0.1" );
System.getProperties().put( "http.proxyPort", "3128" );

Initial URL
http://www.neozilon.com

Initial Description
Simple way to configure the JVM to use the proxy in the network

Initial Title
Java Proxy settings

Initial Tags
java

Initial Language
Java