为了账号安全,请及时绑定邮箱和手机立即绑定

运行错误诶


Servlet.service() for servlet [search] in context with path [/ajaxtest] threw exception [Servlet execution threw an exception] with root cause

java.lang.ClassNotFoundException: net.sf.json.JSONArray


正在回答

7 回答

把json的第三方包放在web-inf/lib下面,然后把以前的包移除

0 回复 有任何疑惑可以回复我~
#1

曾许诺_殇 提问者

非常感谢!
2016-11-04 回复 有任何疑惑可以回复我~

https://img1.sycdn.imooc.com//5aebd4f30001580610780288.jpg

我的代码报这个错,我在web.xml里面配置过了

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://java.sun.com/xml/ns/javaee"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
    http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
    <display-name></display-name>
    <welcome-file-list>
        <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>


    <servlet>
        <servlet-name>search</servlet-name>
        <servlet-class>com.imooc.SearchServlet</servlet-class>
    </servlet>


    <servlet-mapping>
        <servlet-name>search</servlet-name>
        <url-pattern>/search</url-pattern>
        
    </servlet-mapping>
</web-app>


0 回复 有任何疑惑可以回复我~

老师 我导入包后出现JSONArray cannot be resolved这个 怎么解决

0 回复 有任何疑惑可以回复我~

我和你的代码一样但是前台输入东西后台没有显示浏览器有下面这个问题

SCRIPT5007: Unable to get property 'open' of undefined or null reference

程序里报了空指针问题

0 回复 有任何疑惑可以回复我~

请问一下,运行后出现空指针怎么办?

严重: Servlet.service() for servlet search threw exception

java.lang.NullPointerException

at java.lang.String.contains(String.java:2104)

at com.imooc.SearchServlet.getData(SearchServlet.java:38)

at com.imooc.SearchServlet.doGet(SearchServlet.java:29)


2 回复 有任何疑惑可以回复我~

我也出现了这个情况,能把你的项目目录贴个图出来吗

严重: Servlet.service() for servlet [search] in context with path [/aaatest] threw exception [Servlet execution threw an exception] with root cause

java.lang.ClassNotFoundException: net.sf.json.JSONArray

这是我的

0 回复 有任何疑惑可以回复我~

代码都一样为什么没拿到listData,[]是什么鬼?http://img1.sycdn.imooc.com//581a9c320001bf6b09960806.jpg

0 回复 有任何疑惑可以回复我~
#1

Q小白熊

一种情况是你传回来的 keyword 有问题,打个断点看看 keyword 的值是不是跟你在页面上输入的值一样。 第二种情况是你页面输入的值跟你容器里的值没有对应的。 第三种情况》》》》》》》》不知道
2016-11-15 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

运行错误诶

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信