본문 바로가기
카테고리 없음

인텔리제이 버전오류

by alasdkfm 2023. 10. 18.

invalid source release: 17

- 버전을 변경 후, jdk버전이 맞지 않아 프로젝트 빌드가 되지 않는 오류 발생. 

아래와 같이 jdk버전 변경하여 오류를 해결했다 .

 

UnsupportedClassVersionError

- 오류 메세지 : 

Error: LinkageError occurred while loading main class co
java.lang.UnsupportedClassVersionError: com/example/wanted/WantedApplication 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 55.0

- 해결법: 

여기서 맞는 버전으로 변경 하면 끝!