jdtls

Java Language Server Protocol implementation for IDE integration

brewmacoslinux
Try with needOr install directly
Source

About

Java language specific implementation of the Language Server Protocol

Commands

jdtls

Examples

Start the JDTLS server for editor integration$ jdtls
Start JDTLS with custom JVM arguments and workspace$ jdtls -data /path/to/workspace -Xmx2G
Use JDTLS with Neovim lspconfig or similar LSP clients$ jdtls --jvm-arg=-Xmx2G --jvm-arg=-XX:+UseParallelGC