Notice
Recent Posts
Recent Comments
«   2024/11   »
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
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:30

230403 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

 

java class 버전차이에 의한 오류 및 해결 - 고기맛을 알아버린 스님

java class 버전차이에 의한 오류 및 해결 시스템 | 2022.01.16 04:37 기존 데스크탑에서 자바어플리케이션 개발 및 배포를 해오다 얼마전부터 데스크탑의 맛탱이가는 증세를 보고 개발환경을 노트북으

innu.pe.kr


728x90
반응형
Comments