Java & Spring & SpringBoot
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 에러 해결 방법
Grand_J
2020. 2. 26. 14:46
반응형
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 에러 해결 방법
1. 프로젝트 우클릭 > Properties > Project Facets > Java > 사용중인 톰캣 선택 > OK
2. 프로젝트 우클릭 >Build Path >Configure Build Path... > Libraries탭 > Add External JARs...
> tomcat\lib\servlet-api.jar 열기 > Apply and Close
* 톰캣의 서블릿 내 클래스를 못찾는 문제라서
대부분 1번째로 해결 함
끘!@#@#ㄲㄸ
반응형