Newbie - Google API
- From: "Jacky" <jacky.newsgroup@xxxxxxxxx>
- Date: 30 Apr 2005 05:21:15 -0700
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.GoogleAPIDemo
GoogleSearch s = new GoogleSearch();
^
GoogleAPIDemo.java:35: cannot resolve symbol
symbol : class GoogleSearch
location: class com.google.soap.search.GoogleAPIDemo
GoogleSearch s = new GoogleSearch();
^
GoogleAPIDemo.java:42: cannot resolve symbol
symbol : class GoogleSearchResult
location: class com.google.soap.search.GoogleAPIDemo
GoogleSearchResult r = s.doSearch();
^
GoogleAPIDemo.java:61: cannot resolve symbol
symbol : class GoogleSearchFault
location: class com.google.soap.search.GoogleAPIDemo
} catch (GoogleSearchFault f) {
^
4 errors
I have added the path to googleapi.jar in my JCreator, but still have
the above problems.
Thanks,
Jacky
.
- Prev by Date: Re: File remains in use after calling close
- Next by Date: Re: How to get the runtime class?
- Previous by thread: File remains in use after calling close
- Next by thread: JMF massive memory leak
- Index(es):