"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
'오류 해결 기록 > Web' 카테고리의 다른 글
[해결] 파비콘이 적용되지 않는 오류* (0) | 2021.11.17 |
---|
댓글