summaryrefslogtreecommitdiff
path: root/doc/ale-java.txt
diff options
context:
space:
mode:
authorJan Ouwens <jan.ouwens@gmail.com>2019-02-07 10:35:24 +0100
committerJan Ouwens <jan.ouwens@gmail.com>2019-02-07 11:20:18 +0100
commit5ce1e9b0b4c59457cdfb68be13216e162a6eab9e (patch)
tree9d6dd923c8f247042101cb2b92df93c7fa68a1fa /doc/ale-java.txt
parent0b9c0c22009a991c16b08973025f9de9013838ed (diff)
downloadale-5ce1e9b0b4c59457cdfb68be13216e162a6eab9e.zip
Fixes javalsp linter
Diffstat (limited to 'doc/ale-java.txt')
-rw-r--r--doc/ale-java.txt25
1 files changed, 11 insertions, 14 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt
index 8e40aea0..aa226305 100644
--- a/doc/ale-java.txt
+++ b/doc/ale-java.txt
@@ -79,14 +79,19 @@ g:ale_java_pmd_options *g:ale_java_pmd_options*
javalsp *ale-java-javalsp*
To enable Java LSP linter you need to download and build the vscode-javac
-language server from https://github.com/georgewfraser/vscode-javac. Simply
-download the source code and then build the plugin using maven:
+language server from https://github.com/georgewfraser/java-language-server.
+Simply download the source code and then build a distribution:
- mvn package
+ scripts/link_mac.sh
-This generates a out/fat-jar.jar file that contains the language server. To
-let ALE use this language server you need to set the g:ale_java_javalsp_jar
-variable to the absolute path of this jar file.
+or
+
+ scripts/link_windows.sh
+
+This generates a dist/mac or dist/windows directory that contains the
+language server. To let ALE use this language server you need to set the
+g:ale_java_javalsp_executable variable to the absolute path of the java
+executable in this directory.
g:ale_java_javalsp_executable *g:ale_java_javalsp_executable*
*b:ale_java_javalsp_executable*
@@ -95,14 +100,6 @@ g:ale_java_javalsp_executable *g:ale_java_javalsp_executable*
This variable can be changed to use a different executable for java.
-g:ale_java_javalsp_jar *g:ale_java_javalsp_jar*
- *b:ale_java_javalsp_jar*
-
- Type: |String|
- Default: `'fat-jar.jar'`
-
- Path to the location of the vscode-javac language server plugin.
-
===============================================================================
uncrustify *ale-java-uncrustify*