Newbie - Google API



Hi,

I have some problems using google API in java. I am using JCreator, and
got the following messages:


GoogleAPIDemo.java:35: cannot resolve symbol
symbol : class GoogleSearch
location: class com.google.soap.search.GoogleA­PIDemo
GoogleSearch s = new GoogleSearch();
^
GoogleAPIDemo.java:35: cannot resolve symbol
symbol : class GoogleSearch
location: class com.google.soap.search.GoogleA­PIDemo
GoogleSearch s = new GoogleSearch();
^
GoogleAPIDemo.java:42: cannot resolve symbol
symbol : class GoogleSearchResult
location: class com.google.soap.search.GoogleA­PIDemo
GoogleSearchResult r = s.doSearch();
^
GoogleAPIDemo.java:61: cannot resolve symbol
symbol : class GoogleSearchFault
location: class com.google.soap.search.GoogleA­PIDemo
} catch (GoogleSearchFault f) {
^
4 errors



I have added the path to googleapi.jar in my JCreator, but still have
the above problems.



Thanks,
Jacky

.