New jsp page always prompts.
Multiple annotations found at this line:
– The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
Solution steps.
1. Right click on the project-build path
2. Select configure build path…
3. Select java build path
4. Add Library –> server Runtime -> Click Next
5. Select Server runtime (My Version is Tomcat 7.0) –>Done
Similar Posts:
- [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
- Eclipse Error:The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
- The solution of the import javax.servlet cannot be resolved in Java
- The import javax.servlet cannot be resolved [How to Solve]
- The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
- import javax.servlet.http.HttpSession;
- [Solved] javax.servlet.jsp.JspTagException: Don’t know how to iterate over supplied “items” in xxx
- Eclipse: How to Solve JSP <%@ Error
- Error reporting when importing Maven project from MyEclipse