Programming
[스프링/에러]The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 에러
성남FC
2020. 7. 8. 17:17
반응형
스프링 프로젝트를 생성하고 jsp 파일에 The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 에러가 발생 하였습니다.
프로젝트 runtime을 위해 톰캣을 추가 해주고, Dynamic Web Module, Java, JS 의 버전을 같이 수정 해주세요.
* 프로젝트 우클릭 -> Properties -> Project Facets -> 아래 그림 2-1을 참고 해주세요
반응형