Stats
Actions
Tags
From jdtls-lsp
Eclipse JDT Language Server provides Java code intelligence — diagnostics, go-to-definition, find references, hover info, and code completion for .java files.
This LSP server requires jdtlsto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"jdtls": {
"command": "jdtls",
"extensionToLanguage": {
".java": "java"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
jdtlsstdioInitialization options and workspace settings
claude plugin install jdtls-lsp@claude-plugins-official