当前位置: 代码迷 >> 综合 >> jsp页面提示“Multiple annotations found at this line: - The superclass javax.servlet.http.HttpServlet w
  详细解决方案

jsp页面提示“Multiple annotations found at this line: - The superclass javax.servlet.http.HttpServlet w

热度:6   发布时间:2023-12-29 13:23:02.0

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 path2、选择configure build path...3、选择 Java build path4、Add Library –> server Runtime -> Click Next5、选择  Server runtime (我的是 Tomcat 7.0) –>完成

 

  相关解决方案