anupam409 / google-api-translate-java

Automatically exported from code.google.com/p/google-api-translate-java
0 stars 0 forks source link

I can't find a google-api-translate-java.jar file compatible with JDK 1.4.2 #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi everyone,

I tried many .jar files available in this website but couldn't find any
that's compatible with JDK 1.4.2. I get the following error: 
"cannot access com.google.api.translate.Translate,bad class file,class file
has wrong version 49.0,should be 48.0,Please remove or make sure it appears
in the correct subdirectory of the classpath . at line 3(3:33)".
Is there a solution for this issue?
Thank you

Original issue reported on code.google.com by jawad.ad...@gmail.com on 27 Jan 2010 at 2:21

GoogleCodeExporter commented 9 years ago
Sorry, Java 1.4 is not supported by this library. You're welcome to look at the 
code and dig 
out the 1.5+ specific bits.

Original comment by rich.mid...@gmail.com on 4 Feb 2010 at 9:11