반응형
Eclipse를 사용하며 Spring MVC Legacy 를 생성 하는데 에러가 났다.
에러 메세지
an error has occurred. see error log for more details. could not initialize class Could not initialize class com.thoughtworks.xstream.converters.collections.PropertiesConverter
발생 이유
spring version 과 java version 호환 문제
해결법
Eclipse > properties > java > installed jres > 11버전 이상 java 를 선택
(Eclipse 2020-09 버전부터..)
참고로 Eclipse 2020-06 까지는 java8 이 호환 되지만 2020-09 부터는 java11 호환이므로 주의
다음 info.plist에서 아랫 부분에
<string>-vm</string>
<string>/Library/Java/JavaVirtualMachines/jdk-11.0.13.jdk/Contents/Home/bin/java</string>
이런식으로 되어있는 자바 경로도 설정해주자.
참고 포스팅
자바 설치 포스팅
https://thenicesj.tistory.com/9
이클립스 설치 포스팅
https://thenicesj.tistory.com/16
반응형
'IT > Java' 카테고리의 다른 글
spring 예제 part.3 (1) | 2021.12.16 |
---|---|
spring 예제 part.2 (1) | 2021.12.14 |
spring 예제 part.1 (2) | 2021.12.13 |
[java] lombok 사용법 (2) | 2021.12.02 |
[java] Session사용하기 (4) | 2021.12.02 |
댓글