Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
Archives
- Today
- In Total
A Joyful AI Research Journey🌳😊
오류 해결) complied by a more recent version of the java runtime: 이클립스 자바 버전 맞춰서 해결 본문
💻Bootcamp Self-Study Revision✨/Spring, Spring Boot, Java, SQL
오류 해결) complied by a more recent version of the java runtime: 이클립스 자바 버전 맞춰서 해결
yjyuwisely 2023. 4. 3. 11:30230403 Mon 66th class
집에서 만든 포트폴리오 import를 학원 내 이클립스로 하니까 버전 때문에 오류가 났다.
Exception in thread "main" java.lang.UnsupportedClassVersionError:
com/example/demo/DemoApplication has been 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
61버전으로 컴파일 됐고
이클립스 버전은 52까지 가능하니까
52버전 -> 61버전으로 바꿔줘야 한다.
첫번째 링크글을 보면 자바 17레벨이 61버전이므로 참고: https://program-error-review.tistory.com/51
Preferences - Java - Compiler에서 현재 버전인 17레벨으로 맞추니까 오류가 해결됐다.
참고: https://innu.pe.kr/view/Java-class-version
728x90
반응형
'💻Bootcamp Self-Study Revision✨ > Spring, Spring Boot, Java, SQL' 카테고리의 다른 글
Spring boot: Gradle cmd 써서 업데이트하기 (0) | 2023.04.09 |
---|---|
Spring Boot 시작: Gradle 설정 자료 링크들 (0) | 2023.04.09 |
Spring Boot: 스프링부트 프로젝트의 구조 (0) | 2023.04.07 |
230401 포트폴리오 2일 차) 스프링 부트를 쓸 때 css, js 파일 실시간 반영하게 만들기 (0) | 2023.04.01 |
Comments