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
- 자료구조
- 스프링
- Spring
- 토이프로젝트
- 리덕스장바구니
- js to ts
- Operating System
- 프로그래머스
- react
- 알고리즘
- 기초100제
- 정렬
- 일상
- 타입스크립트
- memory
- C++
- error
- 분할메모리할당
- 파이썬
- Java
- react-redux
- Redux
- OS
- 공부
- 백준
- CPU 스케줄링
- 코드업
- web
- codeup
- 협업
Archives
- Today
- Total
목록스프링 빌드 (1)
감자튀김 공장🍟
[Spring] java.lang.UnsupportedClassVersionError
Exception in thread "main" java.lang.UnsupportedClassVersionError: hello/hellospring/HelloSpringApplication has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 인프런에서 Spring 강의 들으면서 빌드 도중 이런 에러가 떴다. Error를 찾아보니까 프로젝트 파일은 55.0 버전으로 컴파일 되어 있지만 현재 컴파일러 버전이 52.0이라 로딩이 불가하다는 에러였다. 그래서 ..
JAVA/Spring
2022. 7. 1. 21:23