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

一、遇见的错误 今天在搭建maven时,创建的web项目报出这样的错误:The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path。 二、解决方法 (1)右击有错误提示的文件夹 - 》配置构建路径 (2)再点击 添加库 (3)选中上图中标出的选项,再点击下一步 (4)再点击 完成,注意:最后点
相关文章
相关标签/搜索