anupam409 / google-api-translate-java

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

Not able to run the Given Sample program #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. i have copied the given sample program
2. copied the jar file into classpath
3. and tried to compile it

What is the expected output? What do you see instead?
Expected o/p is in english .But error is coming 
i.e
Main.java:9: cannot find symbol
symbol  : variable Translate
location: class Main
    String translatedText = Translate.execute("Bonjour le monde",
                            ^
6 errors

What version of the product are you using? On what operating system?
i am using jdk1.6 ,Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by subodh.r...@gmail.com on 11 Apr 2011 at 8:33

GoogleCodeExporter commented 9 years ago
Have you imported the Translate class?

I don't think this is really a bug in the library. Your best bet is probably to 
try stackoverflow.com.

Original comment by rich.mid...@gmail.com on 11 Apr 2011 at 6:09