java - Add Google Translate API in eclipse -
I want to create a simple program using the Google Translate API. I have an account and key, but I have trouble with import.
import com.google.api.GoogleAPI; Import com.google.api.translate.language; Import com.google.api.translate.Translate;
They can not be resolved I am trying to follow these instructions:
but google-api-java-client-1.17.0-rc.zip file After removing and just trying to add jar files, I can not find the following:
Jackson-Core-ASL-1.9.4.jar
Protobuf-java.0.0.jpg
XPPRD -1.1.4 cesar
I have tried to add the whole Google-API - Services-transcript- v2-rev27-1.17.0-rc-sources.jar file with Maven And manually without Maven It appears under the referenced libraries and build configurations, but still does not achieve anything. I do not know if I'm missing something important, I do not want to do this in a simple application, with Android or Google App Engine. Please help! Thank you very much before!
You have to download it: It has the necessary library.
Comments
Post a Comment