-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class file has wrong version 55.0, should be 52.0 #68
Comments
@opariha can you please share the file you're referring to? |
hi @lizsnyder OpenSearchClient java FileOpenSearch Jar which is used by us |
@opariha you opened this issue in the developer guide repository. What documentation page are you referring to / leaving feedback on? |
opensearch-java 2.x requires Java 11+, see opensearch-project/opensearch-java#156 So this issue is “by design” and we need to document it, and unfortunately there’s no quick fix to re-add Java 8 support :( |
we are using java 8 to run on local
Error Showing
java: cannot access org.opensearch.client.opensearch.OpenSearchClient
bad class file: .../org/opensearch/client/opensearch-java/2.1.0/opensearch-java-2.1.0.jar!/org/opensearch/client/opensearch/OpenSearchClient.class
class file has wrong version 55.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
The text was updated successfully, but these errors were encountered: