개발(Web)/Web

[Eclipse] The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

shinyelee 2020. 8. 3. 13:49

The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

서버 세팅을 깜빡했거나 서버 버전이 일치하지 않으면 발생하는 에러라고 함


방법 1. Project Facet 수정

 

[Eclipse] The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

- The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 에러 해결 - SVN에 있는 프로젝트를 CHECK OUT 받았더니 시작부터 저런 에러가 나를 반긴다 해결하는 방법에 대해 기..

mine-it-record.tistory.com

 

프로젝트 우클릭 → Properties → Project Facets → Dynamic Web Module 체크 → Runtimes → Apache Tomcat v8.5 체크 → Apply → OK

반응형