新建jsp页面老提示:

Multiple annotations found at this line:
- The superclass "javax.servlet.http.HttpServlet" was not found on the Java
Build Path
- 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) –>完成

相关文章:

  • 2022-12-23
  • 2021-12-16
  • 2021-11-06
  • 2021-04-08
  • 2022-12-23
  • 2021-04-02
  • 2022-01-16
猜你喜欢
  • 2021-12-26
  • 2021-11-17
  • 2022-12-23
  • 2021-09-29
  • 2021-05-27
  • 2021-06-11
相关资源
相似解决方案