현상 : 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 로그파일 볼수있음..
'IT > eclipse' 카테고리의 다른 글
서버 did not find a matching property 오류 발생시 (0) | 2019.06.24 |
---|---|
이클립스/스프링sts 소스 수정해도 변경되지 않을때 (0) | 2019.06.24 |
이클립스 명령형 매개변수 설정 (0) | 2019.05.26 |