반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Git commit 합치기
- 시스템설계면접예시
- formik react-query submitting not working
- git squash
- 테스트코드책
- 리액트구글애널리틱스
- 시스템설계면접
- 가상면접으로대규모시스템
- 헤드퍼스트전략패턴
- cypressBDD
- git commit merge
- awss3
- 리팩토링2판4장
- gitsquash
- react-ga
- 전략패턴
- 가상면접2장
- s3이미지다운로드됨
- file not found Error
- FirebaseAnalytics
- react
- cypress React
- 리팩터링2판테스트
- git commit 협업
- 시스템설계면접팁
- formik submitting not working
- 시스템설계방법
- 가상면접3장
- 시스템설계
- 디자인패턴
Archives
- Today
- Total
mingg IT
[Java] compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0 본문
BackEnd
[Java] compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
mingg123 2023. 9. 28. 23:15상황
- Spring Initializer로 java 17버전을 선택하고 spring boot 프로젝트를 Run 했는데 해당 에러를 발생하면서 실패했다.
- 분명히 이전에 초기 세팅할때도 겪었던 문제라서 기록해 두려고 한다.
해결방안
1. File > Project Structure
SDK 버전을 17로 바꾸어 준다.
2. Setting > Build, Execution, Deployment > Build Tools > Gradle
InteliJ IDEA로 설정해주고,
JVM을 17버전을 선택한다.
빌드 성공
두번째 겪은 문제라서 설정하는 메뉴이름이 기억이안나서 작성해두었다. 초기 세팅이 귀찮지만.. 시작이 반이니 화이팅!
'BackEnd' 카테고리의 다른 글
Comments