在创建JSP时提示The superclass "javax.servlet.http.HttpServlet" was notfound on the Java Build Path错误
错误:
在Eclipse中创建JSP时提示The superclass "javax.servlet.http.HttpServlet" was notfound on the Java Build Path错误,如下图所示:
解决方法:
1、在Eclipse中,Window>Preferences> Java Build Path,在Libraries中点击 Add Library,如下图:
2. 然后选择Server Runtime,点击Next,如下图:
3.最后点击Finish,并点击Apply and Close,如下图:
最后返回发现错误已经解决。