Hi George,
On Sun, Apr 24, 2011 at 9:48 AM, George Moschovitis < [email protected]> wrote: > 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? > No, the jars should have been copied to your web-inf/lib directory for you. Can you tell me what jars are in that folder? > > 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. > -- 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.
