-
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
Document how to get the language server #1
Comments
After some research I found the proper download link: http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz |
Unfortunately, I don't use Java, so I don't know how to set this up. |
In short unzip the above tarball into |
Yeah, some language server are still being buggy. Could you add a new issue? I'll see what I can do |
Can you explain what is different between all of the following language servers?
I think https://github.com/eclipse/eclipse.jdt.ls is the "supported" and "recommended" server to use, right? Similar to waht @vibhavp said, I am having trouble getting the Java language server running as well. It seems unclear from lsp-java whether it is interacting with a server or not. |
yes, https://github.com/eclipse/eclipse.jdt.ls is the one used in vscode and http://download.eclipse.org/jdtls/snapshots/ is the place to download pre built binaries. |
Closing since the latest documentation contains information how to obtain the server. Please reopen if you think that there is more work to do. |
Hi!
I wanted to try out
lsp-java
but I'm stuck trying to find a server download.A little bit of documentation in the package header and / or README.md wouldn't hurt. :)
The text was updated successfully, but these errors were encountered: