이클립스에서 개발하는 도중 아래와 같은 에러 메시지가 발생했습니다.
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. 해결!
반응형
'[DEV] 기록' 카테고리의 다른 글
도로명주소 OpenApi Thymeleaf + SpringBoot 연동 (0) | 2020.12.02 |
---|---|
SpringBoot) Redis namespace 변경하는 방법 (0) | 2020.09.18 |
크롬 브라우저 HSTS 제거하는 방법 (0) | 2020.09.15 |
Eclipse ctrl + space 자동완성이 안 될 경우 (0) | 2020.09.10 |
Tomcat에서 jsessionid가 URL에 붙는 것을 방지하는 설정 (0) | 2020.09.08 |