오류 해결 기록/Web
[Eclipse 오류] "The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path" 해결 방법
summer_light
2021. 11. 12. 11:25
"The superThe superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path"
컴퓨터를 백업하고 이클립스 재 설치 후에 나타난 오류 해결 방법.
1번 해결방법이 안 된다면, 2번을 시도해보자 :)
해결방법 01.
1) 프로젝트 우클릭 - [Properties]
2) [Project Facets] - Java - 우측 탭 [Runtimes] - Apache Tomcat 체크 후 [Apply]
3) 프로젝트 우클릭 - Refresh
해결방법 02.
1) 프로젝트 우클릭 - [Properties]
2) [Java Build Path] - [Libraries] - [Modulepath] - [Add Library...]
3) [Server Runtime] - [Apache Tomcat] - [Finish]
3) 프로젝트 우클릭 - Refresh