<%@ page language=\"java\" import=\"net.sf.json.JSONArray\" %> <% JSONArray arrayObj=new JSONArray(); arrayObj.add(\"MCA\"); arrayObj.add(\"Amit K
I had the same problem it is solved after i placed json libraries in WEB-INF\lib folder If you are using eclipse it helps to clean build once.
--Kiran.Kumar