Eclipse error
When importing an existing Dynamic Web app project, an error occurs in the jsp page code.
The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
Solution: Build Path > Configure Build Path > libraries > Add Libraried > Server Runtime > tomcat; Order and Export >Select Apache tomcat
Similar Posts:
- About eclipse new web project, prompt: “the superclass” javax. Servlet. Http. Httpservlet “was not found on the Java” solution
- [Eclipse]–Error:The superclass “javax.servlet.http.HttpServlet” was not found on the J…
- JSP Web Error:The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
- import javax.servlet.http.HttpSession;
- The solution of the import javax.servlet cannot be resolved in Java
- [Solved] javax.servlet.jsp.JspTagException: Don’t know how to iterate over supplied “items” in xxx
- The import javax.servlet cannot be resolved [How to Solve]
- java.lang.OutOfMemoryError: GC overhead limit exceeded
- The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
- JSP Page The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path