Eclipse新建web项目和“javax.servlet.http.HttpServlet“ was not found on the Java Build Path错误
生活随笔
收集整理的這篇文章主要介紹了
Eclipse新建web项目和“javax.servlet.http.HttpServlet“ was not found on the Java Build Path错误
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Eclipse新建web項目;當前Eclipse中Tomcat已經配置好;
輸入項目名稱;完成;
新建的web項目目錄結構如下;
右擊Webcontent文件夾,新建一個JSP文件;
輸入JSP文件名稱,完成;
新建的JSP出來了;但是有一個錯誤;
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path,
右擊項目文件夾,然后選擇如下菜單;
添加庫,Add Library;
選擇Server runtime,然后再選擇 Apache Tomcat v8.0;完成;
這樣前面的錯誤就消除了;在JSP中添加一行文字;右擊JSP文件;Run on Server;
Tomcat跑起來以后,運行了JSP文件;如下;
?
總結
以上是生活随笔為你收集整理的Eclipse新建web项目和“javax.servlet.http.HttpServlet“ was not found on the Java Build Path错误的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java hibernate错误org/
- 下一篇: Winrar从命令行查看压缩文件内容