i want servlet return json on ajax request. imported org.json.jar. getting classnotfoundexception class 'jsonobject' when hit url of servlet.
i have included jar in classpath too.
did copy jar file servlet container's lib directory? (like web-inf/lib
)
Comments
Post a Comment