I am working on a Restlet Server on GAE. SO far I have the urls running returning strings to the user. Now I am implementing JSON into the application, I have added the org.json2.0 and org.restlet.ext.json jar files to the build path. However, whenever I try using Json I always get a NoClassDef error.
Any ideas?