Set a proxy in Java

Posted in Proxy settings  at Sun, 17 Aug 2008 23:58:01 +0100

i've tried a localhost port 3333 combination - but it only works if i edit the firefox proxy-settings. the java way:. Properties systemSettings = System.getProperties(); systemSettings.setProperty("http.proxyHost", "localhost"); ...

Original article: Set a proxy in Java by at proxy settings - Google Blog Search

Tags: