Error I got while trying to make json work in a jsp page . How to debug this?

后端 未结 3 998
我在风中等你
我在风中等你 2021-01-19 03:33
<%@ page language=\"java\" import=\"net.sf.json.JSONArray\" %>

 <%
  JSONArray arrayObj=new JSONArray();
   arrayObj.add(\"MCA\");
   arrayObj.add(\"Amit K         


        
3条回答
  •  Happy的楠姐
    2021-01-19 04:26

    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.

提交回复
热议问题