현상 : File > New > Spring Legacy Project 생성불가1 (PropertiesConverter)

 

오류메세지

An error has occurred. See error log for more details.
Could not initialize class com.thoughtworks.xstream.converters.collections.PropertiesConverter

 


---> 해결 : 기존 jdk 8에서 jdk11로  설치 (프로그램 파일에서 제거후 , 재부팅 + 신규설치 + 환경변수 변경)

 

 

현상 : File > New > Spring Legacy Project 생성불가2 (ExceptionInInitializerError)

 

An error has occurred. See error log for more details.
java.lang.ExceptionInInitializerError

 

 

---> 해결 :  SpringToolSuite4.ini 파일 수정후 sts 재실행

-vm
C:\Program Files\Java\jdk-11.0.12\bin\javaw.exe 

 

 

드디어 생성성공!!

 

 

 


참고

spring(eclipse) 에러로그보기

C:\DEV\workspace_spring\.metadata

여기서 .log 로그파일 볼수있음..

 

+ Recent posts