반응형
Notice
Recent Posts
Recent Comments
Link
코딩일상
[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로 변경후 빌드진행 후 재시작
참고 글
반응형
'기록 > 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