[DEV] 기록

Eclipse) The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

꾸준함. 2020. 9. 16. 18:08

이클립스에서 개발하는 도중 아래와 같은 에러 메시지가 발생했습니다.

The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

 

해결방법은 간단합니다.

1. 프로젝트 우클릭 -> properties 클릭

2. Project Facets -> Java -> Runtime

3. 자신이 사용하는 Apache Tomcat 버전 체크 -> Apply and Close

4. 해결!

 

반응형