-
Notifications
You must be signed in to change notification settings - Fork 90
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
Support for newest version of JDK 20, 21? #458
Comments
Right now, lsp-java is downloading an older version of eclipse-jdtls (1.23.0), which doesn't support Java 21. eclipse-jdtls 1.35.0 supports up to Java 22. Can we please get an updated release of lsp-java? |
To download on Java 21, I also had to |
@ArneBab In which file should I set those options? |
I just put that in my init.el into the use-package declaration of lsp-java. I don’t have it working correctly at the moment, though ⇒ more problems to solve. This change just enables downloading jdtls with modern Java installed. |
Sorry if this is too soon. It seems that eclipse.jdtls already supports JDK 20
eclipse-jdtls/eclipse.jdt.ls#2898 (comment)
Will we have support for JDK 21 in emacs too?
The text was updated successfully, but these errors were encountered: