Close #1476 - Make the javac executable configurable

This commit is contained in:
w0rp
2018-04-08 20:35:06 +01:00
parent 7cf3ddf6c4
commit 2f2dcb8444
3 changed files with 38 additions and 9 deletions

View File

@@ -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|