Revision: 18524
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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