claudecodeui/claude-data/plugins/marketplaces/claude-plugins-official/plugins/jdtls-lsp
2026-05-27 22:45:26 -04:00
..
LICENSE chore: fork from siteboon/claudecodeui with Forgejo integration 2026-05-27 22:45:26 -04:00
README.md chore: fork from siteboon/claudecodeui with Forgejo integration 2026-05-27 22:45:26 -04:00

jdtls-lsp

Java language server (Eclipse JDT.LS) for Claude Code, providing code intelligence and refactoring.

Supported Extensions

.java

Installation

Via Homebrew (macOS)

brew install jdtls

Via package manager (Linux)

# Arch Linux (AUR)
yay -S jdtls

# Other distros: manual installation required

Manual Installation

  1. Download from Eclipse JDT.LS releases
  2. Extract to a directory (e.g., ~/.local/share/jdtls)
  3. Create a wrapper script named jdtls in your PATH

Requirements

  • Java 17 or later (JDK, not just JRE)

More Information