반응형
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
- typescript
- array
- Grafana
- 알고리즘
- js
- nest.js
- 네트워크
- 주간회고
- MongoDB
- 회고
- mysql
- 생각일기
- Git
- 코테
- til
- react
- mongoose
- CS
- 리눅스
- next.js
- 자바스크립트
- mongo
- 생각정리
- 트러블슈팅
- 피드백
- 생각로그
- WIL
- Java
- javascript
- 기록
Archives
- Today
- Total
코딩일상
[caffeine 컴파일에러 ]class file has wrong version 55.0, should be 52.0 본문
기록/Troubleshooting
[caffeine 컴파일에러 ]class file has wrong version 55.0, should be 52.0
solutionMan 2023. 7. 4. 21:07반응형
[ERROR] bad class file: /Users/catap/.m2/repository/com/github/ben-manes/caffeine/caffeine/3.0.0/caffeine-3.0.0.jar(com/github/benmanes/caffeine/cache/Cache.class) [ERROR] class file has wrong version 55.0, should be 52.0 [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
빨간색 글씨의 위치의 빌드된 jar 파일을 지우고 java 버전을 11로 변경후 빌드진행 후 재시작
참고 글
JDK8 doesn't supported? · Issue #514 · ben-manes/caffeine
Hey, I've tried to use the last release (3.0.0) with JDK8 and can't build it with error: [ERROR] bad class file: /Users/catap/.m2/repository/com/github/ben-manes/caffeine/caffeine/3.0.0/caffeine-3....
github.com
반응형
'기록 > Troubleshooting' 카테고리의 다른 글
[next.js] Hydration mismatch 에러(사이드 프로젝트 진행하며 ) (0) | 2025.01.01 |
---|---|
[ERROR]cannot create poolableconnectionfactory 에러 (0) | 2024.04.04 |
Failed to determine a suitable driver class (0) | 2023.04.03 |
RangeError: Invalid string length 에러 해결 방법 (0) | 2023.03.25 |
Console Ninja 설치 후 발생한 에러 (0) | 2023.02.17 |
Comments