-
Notifications
You must be signed in to change notification settings - Fork 22
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
Java version problem #6
Comments
It's only been tested & built with using JDK 17, although it should work with Java 8 |
What does the error say? |
ChatGPT.class The JDK version number compiled by this file should be 52 (8), but it is actually 61 (17). Therefore, errors are reported when compiling the local 52 version. Solution: 1. Upgrade the local JDK version to 17 or above. 2. Reduce dependency. Spring 6 is not required. Therefore, it is incompatible with Java 8 |
Acava was recently updated with a new cache, I'll update it asap |
Which version of Java is supported at least? Does Java 8 support it?
The text was updated successfully, but these errors were encountered: