Dear all,
I am now going to use the .jar file on http://code.google.com/p/google-api-translate-java/
However,after I download it ,I tried to import it in my current project folder(in Eclipse)
the two import statements
import com.google.api.translate.Language; import com.google.api.translate.Translate;
always get complained by the compiler saying couln't find such class
could any one help on how to correctly import this .jar file into a project in Eclipse? Thanks.
Robert