dushyantsingh311 / google-api-translate-java

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

major.minor version 49.0 when using google-api-translate-java to compile #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a simple Class given at http://code.google.com/p/google-api-
translate-java/
2. Run that program with JDK 1.4
3. It will throw the error 
"java.lang.UnsupportedClassVersionError: com/google/api/translate/Translate 
(Unsupported major.minor version 49.0)"

What is the expected output? What do you see instead?
It should compile properly and Display translated text

What version of the product are you using? On what operating system?
Java version: JDK 1.4
Google API version: google-api-translate-java-0.4.jar
OS : Windows XP

Please provide any additional information below.
I wanted google api translate which works along with JDK 1.4

Original issue reported on code.google.com by praveens...@gmail.com on 17 Jun 2009 at 7:04

GoogleCodeExporter commented 9 years ago
We require Java 1.5 or newer I'm afraid (it is nearly five years old).

Original comment by rich.mid...@gmail.com on 19 Jun 2009 at 9:13