일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- MySQL
- docker
- matplotlib
- Mac
- flask
- License
- zip 암호화
- analyzer test
- plugin
- zip 파일 암호화
- Kafka
- 파이썬
- ELASTIC
- TensorFlow
- Java
- 차트
- Elasticsearch
- Python
- query
- sort
- license delete
- Test
- API
- licence delete curl
- 900gle
- aggregation
- aggs
- high level client
- springboot
- token filter test
Archives
- Today
- Total
개발잡부
java.lang.UnsupportedClassVersionError: org/elasticsearch/gradle/plugin/PluginBuildPlugin 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.. 본문
ElasticStack8/Troubleshooting
java.lang.UnsupportedClassVersionError: org/elasticsearch/gradle/plugin/PluginBuildPlugin 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..
닉의네임 2022. 9. 17. 19:13반응형
> java.lang.UnsupportedClassVersionError: org/elasticsearch/gradle/plugin/PluginBuildPlugin 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
아래 이놈이 java 17로 컴파일 되어 있어서 .. 난 11부터 15까지만 있다보니.. 17을 깔아보자

https://ldh-6019.tistory.com/49
openjdk 설치하기
brew install --cask temurin17 or for the latest version brew install --cask temurin 14 설치 brew cask install adoptopenjdk14 Error: `brew cask` is no longer a `brew` command. Use `brew --cask` inste..
ldh-6019.tistory.com
결론 17이 안깔려서 18을 깔고

Gradle JVM 빌드를 18 버전으로 하고 Apply

반응형
'ElasticStack8 > Troubleshooting' 카테고리의 다른 글
[es8] license expied (0) | 2023.04.30 |
---|
Comments