Closed GoogleCodeExporter closed 9 years ago
I'm not sure that this should be necessary, I'm sure I had this working just by
setting System properties. E.g.
java -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080 myApp
Original comment by rich.mid...@gmail.com
on 6 Mar 2009 at 5:38
[deleted comment]
Thanks
It solve my problem.
I used
System.setProperty("http.proxyHost", "proxy");
System.setProperty("http.proxyPort", "8080");
Original comment by plameni...@gmail.com
on 9 Mar 2009 at 1:47
Original issue reported on code.google.com by
plameni...@gmail.com
on 4 Mar 2009 at 4:17Attachments: