新建jsp页面报错:
Multiple annotations found at this line:
- The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
原因:在Javaweb工程下没有引入中间件(服务器Tomcat)运行的library。
费话不多说,直接上解决方法步骤(不想看文字 下方有截图):
1、右键项目 → build path
2、选择 configure build path
3、选择 java build path
4、点击 Library → Add Library → server Runtime → 选择Tomcat版本 → finish
5、右键项目 → refresh 完成!
什么?不想看步骤?那就直接上图!!