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

有一段时间没做jsp了,今天想深入一下tomcat服务器,maven项目时,jsp的index的页面报个错: The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build 根据提示中文意思是说,javax.servlet.http.HttpServlet类在java构建时没有找到 解决方法如下: 1.
相关文章
相关标签/搜索