Dev study and notes

jsp 생성 이클립스 에러 해결 The superclass "javax.servlet.http.HttpServlet" was not found 본문

errorSolution

jsp 생성 이클립스 에러 해결 The superclass "javax.servlet.http.HttpServlet" was not found

devlunch4 2021. 1. 2. 15:16
반응형

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

 

jsp 새로 생성시

이클립스내에서 마커스 탭부분의 내용을 보면 아래와 같은 문제 문구를 볼수있다

 

 

 

해결을 위해서는 

 

project >> 마우스 오른쪽 클릭 >> properties

 

 

 

그다음 Project Facets >> java >> 왼쪽에 runtime 탭 >> Apache Tomcat 클릭 설정 후 Apply !!

 

 

 

그러면 해결이 된다

반응형
Comments