Cannot change version of project facet Dynamic Web Module to (버전)
이라면서 버전 변경이 안될때에는
해당 프로젝트 경로 내에 .settings 으로 이동하여
org.eclipse.wst.common.project.facet.core.xml
이라는 파일을 열고
jst.web 부분에 버전을 원하는 버전으로 변경하고
다시 프로젝트로 돌아와 maven - Update Project 를 하면 해결 된다.
'Error' 카테고리의 다른 글
[Spring] Could not resolve all files for configuration ':classpath'. (1) | 2024.01.05 |
---|---|
HttpServletRequest refers to the missing type String (0) | 2023.10.11 |
Dead Code란 (0) | 2022.06.07 |
error : unreported exception IOException; must be caught or declared to be thrown (0) | 2022.03.29 |