index.jsp报错:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

问题遇到的现象和发生背景

使用eclipse部署Tomcat后创建dynamic web工程时,webapp下创建的index.jsp报错:

img

我的解答思路和尝试过的方法

在站内找了相关的帖子也没解决。
java build path 是有Tomcat安装包下的lib文件中的jar包的,但还是报错。

img

有谁知道这是怎么回事不?

img

你放在tomcat目录里面的项目有lib?

img


是这个吗?