상황
spring tool suite 3 실행 후 첫 프로젝트 생성 시 아래 오류들이 발생했다.
"An error has occurred. See error log for more details.
Could not initialize class com.thoughtworks.xstream.converters.collections.PropertiesConverter."
"An error has occurred. See error log for more details. java.lang.ExceptionInInitializerError."
해결방법
1.
jdk 버전을 변경한다.
ex)18을 11로 다운그레이드
window -> preferences -> Java-> Installed JREs -> Add -> jdk 버전 변경
2.
STS.ini 파일에 아래 설정을 추가한다.
-vm
jdk경로\javaw.exe
'ERROR RESOLVING' 카테고리의 다른 글
오류 class java.lang.String cannot be cast to class (0) | 2023.01.21 |
---|---|
오류 Unhandled exception type IOException (0) | 2023.01.05 |
오류 부적합한 열 유형: 1111 (0) | 2023.01.01 |
오류 Uncaught ReferenceError: jQuery is not defined (0) | 2022.12.29 |
오류 eclipse tomcat버전 변경 시 class compile (0) | 2022.10.30 |