Closed GoogleCodeExporter closed 8 years ago
Looks like it can't look up the domain name. Presumably you're either not
connected to
the internet, your DNS server is down or maybe you're behind a proxy that you
haven't
configured.
Original comment by rich.mid...@gmail.com
on 19 Jun 2009 at 9:18
set the appropriate system properties to your java program
System.setProperty("http.proxyHost", "proxy");
System.setProperty("http.proxyPort", "8080");
Make sure you added the google-api-translate-java-0[1].53.jar file in the IDE
classpath and if your are using Eclipse IDE goto windows->preferences->Network
connections-> set the proxy and port in Manual Proxy configuration for HTTP
proxy and SSL proxy.
usha
Original comment by vojjala....@gmail.com
on 13 Oct 2010 at 3:19
Original issue reported on code.google.com by
cnu...@gmail.com
on 16 Jun 2009 at 8:47