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

后端 未结 3 1010
我在风中等你
我在风中等你 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条回答
  •  灰色年华
    2021-01-19 04:34

    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

提交回复
热议问题