오류 해결
Javax.servlet.jsp.PageContext cannot be resolved to a type
danbibibi
2023. 3. 26. 13:25
💡 발생 이유
: 해당 프로젝트에서 서버 환경을 잡아주지 않았기 때문!
💡 해결 방법
Project 우클릭 → Build Path → Configure Build Path... 클릭
Add Libray → Server Runtime → tomcat 설정!!
Finish → Apply and close