Closed GoogleCodeExporter closed 9 years ago
Solved it :
use the lines to pass the proxy:
System.getProperties().put("proxySet", "true");
System.getProperties().put("proxyHost", "170.1.0.10");
System.getProperties().put("proxyPort", "8281");
Original comment by ranjeetw...@gmail.com
on 4 Nov 2010 at 6:45
Original comment by rich.mid...@gmail.com
on 6 Nov 2010 at 4:58
Original issue reported on code.google.com by
ranjeetw...@gmail.com
on 4 Nov 2010 at 6:27