컴공생의 다이어리

[이클립스, Eclipse] The superclass "jakarta.servlet.http.HttpServlet" was not found on the Java Build Path 에러 본문

Development/IDE

[이클립스, Eclipse] The superclass "jakarta.servlet.http.HttpServlet" was not found on the Java Build Path 에러

컴공 K 2022. 1. 14. 00:01

Eclipse The superclass "jakarta.servlet.http.HttpServlet" was not found on the Java Build Path 에러

이클립스에서 The superclass "jakarta.servlet.http.HttpServlet" was not found on the Java Build Path 에러가 발생하는 경우가 있다. 이 경우 프로젝트를 클릭하고 우클릭한 후 Properties를 선택한다.

 

Properties에서 Java Build Path로 들어온 후 Libraries 탭에서 Add Library를 선택하고 Server Runtime을 선택한 후 Next 버튼을 클릭한다. 그 다음 Server를 선택한 후 Finish 버튼을 눌러준다.

 

 

그 다음으로 Propreties에서 Project Facets로 들어가서 Runtimes탭을 클릭하고 서버를 선택 후 Apply 버튼을 눌러준다.

 

 

혹시 이렇게 이미 선택되어 있는데 안되는 거라면 Java Build Path에서는 Server Runtime 관련한 Library를 삭제한 후 다시 추가해주고 Project Facets의 경우에는 서버 클릭을 해제하고 Apply 버튼을 눌러주고 다시 서버를 클릭하고 다시 Apply 버튼을 누르면 해결될 수도 있다.

 

 

 

 

https://hongeui.tistory.com/13

 

JSP 파일 생성 직후 에러(The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path)

JSP 파일을 생성 직후 The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 에러가 발생 하는 경우가 있습니다. 해당 프로젝트 우클릭 -> Properties를 선택 합니다. 좌측에..

hongeui.tistory.com

https://simuing.tistory.com/entry/%EC%9D%B4%ED%81%B4%EB%A6%BD%EC%8A%A4-%EC%97%90%EB%9F%AC%ED%95%B4%EA%B2%B0-The-superclass-javaxservlethttpHttpServlet-was-not-found-on-the-Java-Build-Path

 

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

이클립스 에러 Multiple annotations found at this line: - The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path ① <이클립스 오류화면> 해결단계 ② 프로젝트 우클릭 →..

simuing.tistory.com

728x90
Comments