JSP Page The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path

When you encounter this problem, it may be a new project, and the path of Tomcat is not configured

Firstly add Tomcat

Choose the version of Tomcat to add. I use 7.0 here

After that

Right click the project — > Build Path –> Configure build path –> Libraries –> Add Library –> Server Runtime–> tomact

Similar Posts: