美文网首页
针对上级文错误(jsp项目)

针对上级文错误(jsp项目)

作者: 多多小姐姐 | 来源:发表于2019-01-02 15:00 被阅读0次

错误:

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) –>完成

相关文章

网友评论

      本文标题:针对上级文错误(jsp项目)

      本文链接:https://www.haomeiwen.com/subject/szyzlqtx.html