jsp出现The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

来源:互联网 发布:淘宝产品详情页素材 编辑:程序博客网 时间:2024/06/04 19:22

问题:第一次新建了一个maven工程文件,但是jsp就出现了The superclass "javax.servlet.http.HttpServlet" was notfound on the Java Build Path的错误,在网上找了一些解决方法,最终把问题解决了。


解决:首先点击工程文件夹,选择properties-》java build path -》Libraries-》Add Libraries-》 service run time-》

          选择自己的Apace-》finish



问题解决了!


阅读全文
0 0
原创粉丝点击