본문 바로가기
초보 개발자/IDE

[Eclipse] 이클립스 eclipse - jakarta.servlet.http.HttpServlet was not found on the Java Build Path 오류

by 랩장 2021. 9. 23.

jakarta.servlet.http.HttpServlet was not found on the Java Build Path
프로젝트 > 우클릭 > Properties > Project Facets
Runtimes > New > Apache Tomcat vx.x > 설치되어 있을 경우(해당위치선택) / 설치되어 있지 않는 경우 (Download and Install)

▶ 프로젝트 > 우클릭 > Properties > Project Facets > Runtimes > New > Apache Tomcat vx.x > 설치되어 있을 경우(해당위치선택) / 설치되어 있지 않는 경우 (Download and Install) > Apply and Close

반응형

댓글