The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path...
임포트해온 프로젝트나 환경이 바뀐 경우, 프로젝트가 위의 에러로 인해 빌드가 되지 않는 경우가 있다.
대부분 톰캣서버의 라이브러리가 프로젝트의 빌드 패스에 추가 되지 않아 생기는 현상이다.
해결:
1. 프로젝트 정보 열기
해당 프로젝트에서 alt+enter or 오른쪽 클릭 -> properties -> Build Path -> Add Library... -> Server Runtime -> (Tomcat) Server 선택
2. Order and Export 에서 해당 library 선택.
'spring' 카테고리의 다른 글
org.springframework.cloud.config.server.environment.NoSuchLabelException: No such label: main (0) | 2022.04.15 |
---|---|
[no main manifest attribute] 오류 (0) | 2022.04.07 |
spring-boot-maven-plugin not found 해결 방법 (0) | 2022.04.04 |
Spring RCE Patch (0) | 2022.04.04 |
“Dynamic Web Module 3.1 requires Java 1.7 or newer” 오류 해결 (0) | 2015.11.23 |