본문 바로가기
Spring

[MAC][Spring] Spring Legacy Project 생성 오류

by 이잔디 2022. 4. 18.

에러 메시지

an error has occurred. see error log for more details. could not initialize class com.thoughtworks.xstream.converters.collections.propertiesconverter

해결 방법

응용프로그램 > STS > 우클릭 > 패키지 내용 보기 > Contents > Info.plist

위의 경로를 따라 info.plist에 아래 내용 추가

<string>-vm</string>
<string>/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/bin/java</string>

* zulu-8.jdk 부분은 자신의 버전으로 변경해야 한다.