Eclipse新建web项目出现The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path
問題:Eclipse新建web項目出現The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
新建web項目后都,jsp頁面頂端出現“紅色”的報錯信息:The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path,經過仔細查看,原來是javaweb工程中沒有添加tomcat運行時的相關類導致
解決方法:
方法1.找到tomcat安裝路徑,在tomcat根目錄下的lib文件夾里,有一個servlet-api.jar,將這個jar包導入到項目中即可;
方法2:(1)右擊web工程->屬性或Build Path->Java Build Path -> Libraries -> Add Library… ->Server Runtime -> Tomcat Server
(2)切換到Java Build Path界面中的Orader and Export,選擇Tomcat。
注意:按以上方法操作室,若打開Server Runtime 后一篇空白,需要設置Apache服務器。
步驟:Window->Preferences ->Server ->Runtime->Environment->add->選擇Apache的版本后點next,再填入你的Apache服務器軟件的安裝地址
轉載鏈接:https://blog.csdn.net/Dream_angel_Z/article/details/44875213
總結
以上是生活随笔為你收集整理的Eclipse新建web项目出现The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: centos6 图形界面root免密直接
- 下一篇: eclipse代码补全