How to install jdtls? #337
-
Hello, I have tried to install jdtls using MasonInstall and it says that it's installed successfully but when I open a java file it shows up this message: "Client 1 quit with exit code 1 and signal 0" I have already installed OpenJDK 17 using APT with Ubuntu 16.04. I tried executing jdtls from ~/.local/share/nvim/mason/bin and it shows up this message: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello! So the |
Beta Was this translation helpful? Give feedback.
Hello! So the
jdtls
executable requirespython3
to be installed (which python3
should produce a path). Not only that, they require Python >= 3.9 to be installed. It's a bit unfortunate if you ask me because it hurts portability, but it is what it is. What Python version do you have installed (python3 --version
)?