I'm guessing that you added "gdata-client-1.0.jar" to your build path. Is it in your war/WEB-INF/lib directory? Look at your list of warnings in the "Problems" view. You should see a warning indicating that this jar is not in your war/WEB-INF/lib directory. Select the warning and hit CTRL-1 to fix the problem.
On Fri, Sep 18, 2009 at 4:20 PM, NMAGOCIO <[email protected]> wrote: > > I am using Eclipse to create an AppEngine app that displays a contacts > list on a web page but can't get Authsub working. > > Basically I started with the Google web application button and added > the code to generate the get request. > > Problem is when I run the program the page tells me: > > HTTP ERROR: 500 > com/google/gdata/client/http/AuthSubUtil > RequestURI=/list_contacts_authsub > Caused by: > java.lang.NoClassDefFoundError: com/google/gdata/client/http/ > AuthSubUtil > > There are no errors showing in the code view, I imported gdata- > client-1.0.jar as a referenced library and the same bit of code > produces a url if run as a non web app. > > Please I am trying to learn all this and frustrated after hours of > searching for the answer or a tutorial on doing Java Authsub in > Eclipse. > > Thank you for any help!!! > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
