<%@ page language=\"java\" import=\"net.sf.json.JSONArray\" %> <% JSONArray arrayObj=new JSONArray(); arrayObj.add(\"MCA\"); arrayObj.add(\"Amit K
I also had the same problem, make sure you Download JSONLibraries and place it into Tomcat's lib directory . Also restart the server before executing your jsp file.