We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.configuration.runtimes": [ { "name": "JavaSE-20", "path": "/usr/local/opt/jdk-20.0.2.jdk/Contents/Home", "default": true } ]
and my jdk directory here:
The version of coc-java is v1.15.2.
The text was updated successfully, but these errors were encountered:
I get the same.
Sorry, something went wrong.
me too...
+1
According to README.md, coc-java comes with bunlded jdt.ls from 1.14.0, which not support JDK 20/21.
So we can download latest jdt.ls manually and set "java.jdt.ls.director": "/path/to/your/jdt" at coc-settings.json.
"java.jdt.ls.director": "/path/to/your/jdt"
For anyone who wants to get java 21/22 support, you can try my branch #286
No branches or pull requests
and my jdk directory here:
The version of coc-java is v1.15.2.
The text was updated successfully, but these errors were encountered: