Backend/JSP
[JSP] The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 오류 해결
그적
2020. 11. 4. 14:48
다음과 같은 The superclass javax.servlet.http.HttpServlet" was not found on the Java Build Path 오류가 발생한다.

프로젝트 우클릭 > Build Path > Configure Build Path를 클릭한다. Project facets로 가면 다음과 같이 뜰텐데, Apply를 눌러준 후에 다음과 같이 설정하면 된다.


마지막으로 f5를 누르거나 File > Refresh를 눌러주자.