On Thu, Feb 27, 2014 at 8:49 AM, Amit Rai <[email protected]> wrote: > > I have included all the dependency jar file and build path also.And this > code is compiled successfully but while running in localhost > its giving following error. > > org.mortbay.util.MultiException[java.lang.NoClassDefFoundError: > com/google/api/client/extensions/appengine/auth/oauth2/AbstractAppEngineAuthorizationCodeCallbackServlet, > java.lang.NoClassDefFoundError: > com/google/api/client/extensions/appengine/auth/oauth2/AbstractAppEngineAuthorizationCodeServlet] >
Are you including the JAR dependencies via Maven or by manually placing the library JAR? If you're manually placing the JAR file, where did you originally download the file from? Can you open up the JAR and double check that the "missing" classes are included? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
