[Error] The import javax.servlet.RequestDispatcher cannot be resolved 에러 해결방법
2022. 9. 19.
반응형

https://atoz-develop.tistory.com/entry/The-import-javaxservlet-cannot-be-resolved-%EC%97%90%EB%9F%AC-%ED%95%B4%EA%B2%B0-%EB%B0%A9%EB%B2%95

 

The import javax.servlet cannot be resolved 에러 해결 방법

깃허브에서 간단한 서블릿 프로젝트를 임포트했는데 빌드하고 나니 이런 에러들이 찍힌다. The import javax.servlet cannot be resolved를 포함해서 GenericServlet cannot be resolved to a type ServletExcept..

atoz-develop.tistory.com

 

이 블로그처럼 나도 어떤 프로젝트를 내려받아서 import 하고, pom.xml에서 의존성 수정하고, configure > convert to maven까지 해줬는데도 에러가 계속 남아있었다. JSP, Java Problem 있다고 에러가 나서 뭐지 하고 봤더니 

 

The import javax.servlet.RequestDispatcher cannot be resolved

 

이 에러가 여러 개 떴고 구글링 바로 갈겼다... 난생 처음보는 에러이자 해결법인데

 

 Properties > Targeted Runtimes 에서 톰캣 서버 설정해주고 apply 했더니 문제가 해결되었다^^

 

 

 

반응형
myoskin