No description, website, or topics provided.
Emacs Lisp
Switch branches/tags
Nothing to show
Latest commit 5176f63 Oct 23, 2017 @vibhavp vibhavp Fix typo (fixes #12)
Permalink
Failed to load latest commit information.
LICENSE Initial Commit Apr 18, 2017
README.md Use new API Oct 21, 2017
lsp-java.el Fix typo (fixes #12) Oct 23, 2017

README.md

MELPA

Java support for lsp-mode using the Eclipse JDT Language Server.

Installation

Clone this repository https://github.com/emacs-lsp/lsp-mode to a suitable path, and add

(add-to-list 'load-path "<path to lsp-java>")
(add-to-list 'load-path "<path to lsp-mode>")
(require 'lsp-java)
(require 'lsp-mode)
(add-hook 'java-mode-hook #'lsp-java-enable)

to your .emacs.

It needs the eclipse jdt server in ~/.emacs.d/eclipse.jdt.ls/server/

Download either latest or a specific version of Eclipse JDT Language Server distribution to ~/.emacs.d/eclipse.jdt.ls/server/

If you choose to have the server installed in a different directory, set lsp-java-server-install-dir