I created a simple web app using the GPE wizzard (no GWT).
I added the Google Contacts API (using the wizzard in the beta GPE).
Then, I added the following line in my servlet:
ContactsService srv = new ContactsService("gmosx-test-1");
When I started the app I get the error:
java.lang.NoClassDefFoundError: com/google/gdata/client/GoogleService
am I missing something? Do I have to manually add the jars in the WEB-INF
dir or something?
thanks,
-g.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-appengine-java?hl=en.