This is a WIP preview for eclipse.jdt.ls (Language server).
Currently there is no way to automatically download and install the jdt.ls, instructions below:
- Goto http://download.eclipse.org/jdtls/milestones/0.27.0/?d
- Download and
mkdir ~/.jdt-language-server && tar zxfv jdt-language-server-0.27.0-201810230512.tar.gz -C ~/.jdt-language-server
Alternative extraction destination ~/.jdt-language-server
can be configured in java_langserv_plugin.py by setting SERVER_ROOT accordingly.
jdt.ls runs on host and needs openjdk installed - it should work regardless if its version [8..11].