Debug Log

이클립스 에러) The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

밍미a 2022. 9. 29. 11:52
728x90
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

라는 에러가 이클립스 화면에 계속 나타나서 계속 거슬렸다..

번역기를 돌려보니 " 슈퍼 클래스 "javax.servlet.http"입니다.Java 빌드 경로에서 HttpServlet"을 찾을 수 없습니다. " 라는 뜻이었다...

해결방법은 다음과 같다.

1. project Explorer 에서 우클릭한 후 ptoperties에 들어간다.

 

2.project Facets 에 들어가서 체크 해제되어있던 아파치 톰캣을 체크해준다.

 

 

☆★ 해결 완료 ☆★