-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Java: javac
Java checker's options:
g:syntastic_java_javac_executable (Default: 'javac')
Java compiler executable used for checking file
g:syntastic_java_maven_executable (Default: 'mvn')
Maven executable used for loading maven project classpath
g:syntastic_java_javac_options (Default: '-Xlint')
javac options
g:syntastic_java_javac_classpath (Default: '')
javac classpath, can be changed by running SyntasticJavacEditClasspath command
g:syntastic_java_javac_delete_output (Default: 1)
delete .class file created after running javac check on file
g:syntastic_java_javac_temp_dir (Default: automaticly loaded based on OS)
temporary directory used for .class file output that is automaticly cleaned after running checker
g:syntastic_java_javac_autoload_maven_classpath (Default: 1)
If enabled and current working directory contains pom.xml file, maven is used to automaticly load maven project's classpath
g:syntastic_java_javac_config_file_enabled (Default: 0)
If enabled .syntastic_javac_config is created in current working directory which contains classpath that you can edit using SyntasticJavacEditClasspath which will be automaticly loaded next time you run the checker having current working directory
g:syntastic_java_javac_config_file (Default: '.syntastic_javac_config')
file name used for javac config file (you probably won't need to change it)
Maintainers:
- Jochen Keil [email protected]
- Dmitry Geurkov [email protected]