Eclipse导入java web工程jsp文件报错:The superclass "javax.servlet.http.HttpServlet" was not found on the Java

时间:2021-03-16 15:53:47

Eclipse导入java web工程时可能会导致工程中的所有jsp文件报错:The superclass "javax.servlet.http.HttpServlet" was not found on the Java。这是因为工程中没有添加Tomcat运行时所需的类。具体原因可能是导入的工程中用的服务器版本与Eclipse中用的服务器版本不同所致。解决方法如下:


右击web工程-->properties(属性)->左边选择Java Build Path-->Libraries 选项卡-->Add Libray-->Server Runtime-->next-->选择一个Tomcat Server-->finish