Hi,
I am using Google Base Data API,
GoogleBaseService service = new GoogleBaseService("Google-
Tutorial-1.0","ABQIAAAAGDNNkHZNZDdz30WJ8l46chSSS0IuJY5ZxbeuF5IY83wXwjp0bxTaKD9-
COLQo0NYxXhYUBYhZbVM2A");
GoogleBaseQuery query = new GoogleBaseQuery(FeedURLFactory.getDefault
().getSnippetsFeedURL());
out.print(FeedURLFactory.getDefault().getSnippetsFeedURL());
query.setGoogleBaseQuery("digital camera");
out.print(service.query(query)+"==");
but there is big error:
The type Class is not generic; it cannot be parameterized with
arguments <F>
anybody have idea how to fix it?
thanks in advance.
user
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---