I am new to maven.
- I created a dynamic web project and converted to maven project.
- Then from command prompt i cleaned the project using
mvn eclipse:clean
- I refreshed the project in eclipse
- It comes up with an error like JSP Problem : (the server runtime library deleted)
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path home.jsp
After adding the server runtime library manually the problem solved. Is there any other way to solve the problem or the problem will not occur at all.