Skip to content

How to Set a Proxy for Java Applications

21/02/2011
System.setProperty("http.proxyHost", "xx.xx.x.x");
System.setProperty("http.proxyPort", "xxxx");

From → Java Examples

Leave a Comment

Leave a comment