소스트리로 pull한 후 STS에서 import -> General -> Existing Projects into Workspace
버전: STS-4-4.13.1 RELEASE
임포트는 잘 되었으나 콘솔에 아래와 같은 오류메시지가 뜬다.
FAILURE: Build failed with an exception.
* Where:
Initialization script 'C:\Users\DATARSE\Documents\workspace-spring-tool-suite-4-4.13.1.RELEASE\.metadata\.plugins\org.eclipse.buildship.core\init.d\eclipsePlugin.gradle'
* What went wrong:
Could not compile initialization script 'C:\Users\DATARSE\Documents\workspace-spring-tool-suite-4-4.13.1.RELEASE\.metadata\.plugins\org.eclipse.buildship.core\init.d\eclipsePlugin.gradle'.
> startup failed:
General error during semantic analysis: Unsupported class file major version 61
해결방법 :
프로젝트 마우스 우클릭 -> properties -> Gradle -> Override workspace settings 체크 -> java home 옆 Browse 클릭 -> java설치된 폴더 클릭 -> 폴더 선택 -> Apply and Close
적용하고 프로젝트 마우스 우클릭 -> Refresh Gradle Project 클릭 -> 빨간 X마크 사라졌습니다.
'코딩중독 > JAVA' 카테고리의 다른 글
[JPA] Test 어노테이션 사용방법 (0) | 2023.10.19 |
---|---|
log4j 보안취약점 발견 (0) | 2021.12.13 |
[Spring] Getter Setter를 간편하게 해주는 어노테이션, lombok(롬복) (0) | 2021.11.17 |
[Spring] Spring Legacy Project (MVC) 생성 :: myBatis (0) | 2021.11.10 |
이클립스 오류 메시지 대처방법 (0) | 2021.10.27 |