On Thu, Feb 13, 2014 at 5:26 AM, <[email protected]> wrote: > Exception in thread "main" java.lang.NoClassDefFoundError: > org/codehaus/jackson/JsonFactory > at > com.google.api.client.json.jackson.JacksonFactory.<init>(JacksonFactory.java:38) > at com.sial.DirectorySamples.<clinit>(DirectorySamples.java:21) > Caused by: java.lang.ClassNotFoundException: > org.codehaus.jackson.JsonFactory > How can I resolve this plz help me regarding this. >
Most of the time, this occurs when the runtime can't find the Jackson library. Have you added the Jackson JARs to your Eclipse project and added them to your build path? ----------------- -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.
