java-language-server icon indicating copy to clipboard operation
java-language-server copied to clipboard

Java language server using the Java compiler API

Results 121 java-language-server issues
Sort by recently updated
recently updated
newest added

I'm trying to port this LSP to Android. when I prepared runtime environment, and I got this error when I triggering completion. Is there any one could help me? These...

InferConfig figures out the classpath based on a few heuristics[0]. Due to the ordering (and probably popularity), pom.xml is checked before bazel's WORKSPACE. This renders bazel java projects that have...

Hello, For some reason, I got many diagnostic errors but my code works fine. Could you advise please? ![IMG_3535](https://user-images.githubusercontent.com/96846922/157924557-3b421c47-2671-44cf-9c9f-11211d486edf.jpg)

I'm trying to use the [java-language-server](https://github.com/georgewfraser/java-language-server) vscode extension, but I am getting an error that the extension is not starting up: ``` [Error - 11:07:14 AM] Starting client failed Error:...

I use this language server with neovim. When I format my source code, the import may be changed if there is more than one import. e.g. This is original imports....

I tried building the plugin with Java 17, but the `link_linux.sh` script explicitly looks for Java 11. It would be helpful to have that in the documentation. I will put...

While README.md claims vim-lsp is not supported: > Note: This tool is not compatible with vim-lsp as it only supports LSPv2.0. https://github.com/georgewfraser/java-language-server/blame/master/README.md vim-lsp-settings include java-language-server as a ls for java...

I am experiencing an issue with the language server when using a multi-module maven project In this scenario, one child module is dependent on the other. An example can be...

the vscode extension works great with bazel, which is nice, but getters/setters of lombok classes are not recognized. vscode's lombok extension seemed to only work with the eclipse-based language server

Hello. I tried to setup this for my environment. ``` apt-get install openjdk-13-jre openjdk-13-jdk maven git clone https://github.com/georgewfraser/java-language-server ~/src/java cd ~/src/java/java-language-server ./scripts/link_linux.sh mvn package -Dskiptests ln -s dist/lang_server_linux.sh /usr/local/bin/java-language-server #...