Set a proxy in Java
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:Proxy settings