System.getProperties().put("http.proxyHost", "someProxyURL");System.getProperties().put("http.proxyPort", "someProxyPort");System.getProperties().put("http.proxyUser", "someUserName");System.getProperties().put("http.proxyPassword", "somePassword");
No comments:
Post a Comment