java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener 오류
가끔씩 Maven Update를 하는 경우 파일이 없어지는 경우가 있다고 한다.
1. Maven Dependencies 추가
프로젝트 우클릭 -> Deployment Assembly -> 오른쪽에 Add 클릭 -> Java Build Path Entries 선택하고 Next
* Java Build Path Entries 가 안 뜨는 경우 아래로
Maven Dependencies 선택하고 Finish
Apply 누르면 끝!
2. Java Build Path Entries 안뜨는 경우
Help -> Eclipse MarketPlace 이동
jsp 검색 후 아래 파일 설치하고 다시 보면 뜸!!!
'1. 프로그래밍 > 오류' 카테고리의 다른 글
Spring MVC - [Ajax에서 한글 ?? 깨짐 현상] (0) | 2022.06.30 |
---|---|
이클립스 한글 깨짐 (0) | 2022.06.29 |
Spring - [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException ...] (0) | 2022.06.21 |
JS - [ Cannot read properties of undefined (reading 'target') ] (0) | 2022.05.22 |
JSP - [ URL에 프로젝트 경로 잘못 뜰 때 ] (0) | 2022.05.11 |