-
The superclass "jakarta.servlet.http.HttpServlet" was not found on the Java Build Path에러수정 2022. 6. 22. 17:41
프로젝트를 생성 하자 마자 에러가 발생했다.
The superclass "jakarta.servlet.http.HttpServlet" was not found on the Java Build Path 라는 에러 발생.
해당 프로젝트 마우스 우클릭 > properties 선택 > java build path > libraries

add libraries > server runtime

server 클릭 >finish > apply

ektl properties에서 project facets > dynamic web module > runtimes > server 선택 >apply

해주면 에러 해결
'에러수정' 카테고리의 다른 글