I am working in Eclipse. I want to use JSON object in my servlets, so I attached jar file in library for JSON.
Now it shows all JSON classes in intellisense, but it giving run time exception
java.lang.NoClassDefFoundError: org/json/JSONArray
Can somebody suggest me how can I resolve this exception?