[JSP 오류정리] - The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 오류

2021. 4. 6. 00:37 Java 관련/JSP 오류

jsp 파일 생성시 The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 오류 발생

JSP 프로젝트 Properties로 이동

Project Facets > java > runtime 클릭

Apache Tomcat이 체크 안되어 있을 경우 체크해준다.

체크 후 오류가 해결된 부분을 확인할 수 있다.

 

출처 : namubada.net/47?category=771026