Closed GoogleCodeExporter closed 9 years ago
How have you setup your proxy connection? Try this code before running the
translation:
Properties systemSettings = System.getProperties();
systemSettings.put("http.proxyHost", "myProxyServer.com");
systemSettings.put("http.proxyPort", "80");
System.setProperties(systemSettings);
It should work then.
Original comment by rich.mid...@gmail.com
on 19 Jun 2009 at 9:15
[deleted comment]
But how can I connect thru proxy with username & password ?? because I still
hava the
same error !!!
Original comment by e.alblou...@gmail.com
on 21 Jun 2009 at 8:58
I am having the same issue
Original comment by orochima...@hotmail.co.uk
on 12 May 2011 at 11:22
Original issue reported on code.google.com by
e.alblou...@gmail.com
on 16 Jun 2009 at 12:29