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

初学前端,遇到了这个问题,在jsp页面的开头会有个红色的波浪线,鼠标放上去会报这个错。
The superclass "javax.servlet.http.HttpServlet" was not found on theJavaBuild Path



解决方法:右击项目-->选择build path-->coonfigure build path


点击右边的Add library


选择server runtime

点击你的tomcat服务器,然后finish


最后就成功了,网上还有别的方法,暂时没有试。。
posted @ 2017-08-12 17:04  Beeman_xia  阅读(150)  评论(0编辑  收藏  举报