Java version error. #548
Unanswered
BodeaPeGitHub
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The error message is coming from:
And the config you show is using
Which means the error must be coming from elsewhere. Are you using lspconfig in addition? Or some other lsp plugin? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I can't make my jdtls to work.
My JAVA_HOME variable refers java 8 but i've specified in my config the path to java 20.
This is my config: (I'm on windows)
If i call:
C:\\Users\\BodeaOnGitHub\\apps\\jdk-20.0.2\\bin\\java -version
i get the following output:But when i'm opening a
.java
file with neovim I get the "Client x stoped with exit code 1 and signal 0" and the following error in the logs:How can i fix it?
Beta Was this translation helpful? Give feedback.
All reactions