summaryrefslogtreecommitdiff
path: root/doc/ale-java.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-04-08 20:35:06 +0100
committerw0rp <devw0rp@gmail.com>2018-04-08 20:35:06 +0100
commit2f2dcb84444f440ceb4b35010b861738216525f6 (patch)
tree84846332d36a0fac6beb3ede5117933d3ce954c6 /doc/ale-java.txt
parent7cf3ddf6c4354db406a19104f352565d42a827d2 (diff)
downloadale-2f2dcb84444f440ceb4b35010b861738216525f6.zip
Close #1476 - Make the javac executable configurable
Diffstat (limited to 'doc/ale-java.txt')
-rw-r--r--doc/ale-java.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt
index 0d2011f8..3837f6c6 100644
--- a/doc/ale-java.txt
+++ b/doc/ale-java.txt
@@ -25,6 +25,14 @@ g:ale_java_javac_classpath *g:ale_java_javac_classpath*
This variable can be set to change the global classpath for Java.
+g:ale_java_javac_executable *g:ale_java_javac_executable*
+ *b:ale_java_javac_executable*
+ Type: |String|
+ Default: `'javac'`
+
+ This variable can be set to change the executable path used for javac.
+
+
g:ale_java_javac_options *g:ale_java_javac_options*
*b:ale_java_javac_options*
Type: |String|