


Hello
I am new to Java, Netbeans and the Translate API. I have written code to read in a file, look line by line looking for Mandarin characters. Those lines should be sent for translation.
The problem is that I Netbeans can't find some of the import Google .jar files. They are all in the same folder. I have tried to follow the Google instructions to include the right ones.
I have a Google account and an API Key and this is loaded into my Win10 environment.
The top image is based on a Stackoverflow sample that compiles, but returns a fist full of errors when run.
The last image is of the application I actually want to run. I have heavily modified to selectively translate a file line by line.
Netbeans says it can't find the imports with red dots beside them.
Any pointers would be much appreciated.
Dazz