zoukankan      html  css  js  c++  java
  • The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

    今天,将一个已经写好的web程序用Eclipse导入到本地时出现这个问题,在JSP页面的顶部出现红叉,

    错误提示信息是"The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path",

    经过在网上查找资料,发现是没有添加Tomcat运行时类造成。

     

    解决方法如下:

    1、右击web工程->属性或Build Path->Java Build Path->Libraries-> Add Library...->Server Runtime ->Tomcat Server
    2、切换到Java Build Path界面中的Orader and Export,选择Tomcat

     至此,错误提示消失,问题解决。

     

  • 相关阅读:
    java-oop集合map
    IDEA启动Tomcat报错
    1.IDEM的快捷键
    1.idea快捷键
    14.
    13.级联一对多
    12.动态SQL
    11.动态参数
    10.主键回填
    9.参数的传递
  • 原文地址:https://www.cnblogs.com/Wcy100/p/5411542.html
Copyright © 2011-2022 走看看