반응형
SMALL
workspace 파일을 옮겼더니 에러 발생.
에러는 다음과 같다.
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
Multiple annotations found at this line:
- javax.servlet.ServletException cannot be resolved to a type
- javax.servlet.jsp.PageContext cannot be resolved to a type
- javax.servlet.jsp.JspException cannot be resolved to a type
환경이 바뀌어서 제대로 서버환경을 안 잡아줘서 생기는 오류였다.
●해결 방법
1. 오류가 발생한 프로젝트 우클릭 → Properties
2. Java Build Path → Add Library
3. Server Runtime 선택
4. 제대로 Tomcat을 설정해준다.
나의경우 워크스페이스 자체를 옮기는 바람에 함께 있던 톰캣이 꼬여버린듯. 그래서 새로 다시 연결해주었다.
실행에는 별 문제 없음.
반응형
LIST
'[ 오류 해결 ]' 카테고리의 다른 글
Java compiler level does not match the version of the installed Java project facet. (6) | 2022.09.22 |
---|---|
이클립스(Eclipse)에 Dynamic Web Project 안보일 때 (0) | 2022.09.21 |
[에러] java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener (1) | 2022.09.20 |
[Oracle] 오라클 패스워드 경고 ORA-28002: the password will expire within 7 days (0) | 2022.07.07 |
[Tomcat] 톰캣 로그 한글 깨짐 수정 방법 (0) | 2022.05.23 |
댓글