JavaWeb: 报错信息The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path...
生活随笔
收集整理的這篇文章主要介紹了
JavaWeb: 报错信息The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path...
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
JavaWeb: 報錯信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
好久不寫Jsp,今天建立了一個Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本開心的新建jsp頁面,添加一個簡單的Java類。可是,JSP頁面頂端出現“紅色”的報錯信息:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path。原來Javaweb工程類中沒有添加Tomcat運行時相關類導致。 下面是具體的解決方法: 1、右擊web工程-》屬性或Build Path-》Java Build Path->Libraries-> Add Libray...->Server Runtime -》Tomcat Server 2、切換到Java Build Path界面中的Orader and Export,選擇Tomcat。總結
以上是生活随笔為你收集整理的JavaWeb: 报错信息The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: qt 拖拽 修改大小
- 下一篇: Python 延迟初始化(lazy pr