Back to Plugins

Java LSP (jdtls)

Java language server with Maven and Gradle dependency resolution. Eclipse JDT-based tooling with intelligent code completion, refactoring, and project management.

javalspmavengradleofficial

Installation

claude plugins add jdtls-lsp@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "jdtls-lsp@claude-plugins-official": true
  }
}

Commands

/java-buildBuild Java project with Maven or Gradle
/java-testRun JUnit tests
/java-depsManage project dependencies

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub