jsp页面提示“Multiple annotations found at this line: - The superclass "javax.servlet.http.HttpServl
Posted 流星雨—杰克
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jsp页面提示“Multiple annotations found at this line: - The superclass "javax.servlet.http.HttpServl相关的知识,希望对你有一定的参考价值。
Multiple annotations found at this line:
- The superclass "javax.servlet.http.HttpServlet" was not found on the Java
Build Path
新建jsp页面老提示:
Multiple annotations found at this line:
- The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
解决步骤:
1、右键项目-build path
2、选择configure build path...
3、选择 Java build path
4、Add Library –> server Runtime -> Click Next
5、选择 Server runtime (我的是 Tomcat 7.0) –>完成
以上是关于jsp页面提示“Multiple annotations found at this line: - The superclass "javax.servlet.http.HttpServl的主要内容,如果未能解决你的问题,请参考以下文章
配置Eclipse编写HTML/JS/CSS/JSP页面的自动提示