Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Florian Breisch edited this page Mar 2, 2016 · 7 revisions

Here you find some useful information - feel free to improve.

News 📯

We're planning a rewrite of 'linter-javac' in ECMAScript - leave some 💭 ➜ ISSUE #76 🎉

Configuration Settings

javacExecutablePath - Path to your javac-executable, will be called to lint
additionalClasspaths - Additional Classpaths, will be merged into additional classpath-settings
additionalJavacOptions - Additional Javac Options, will be inserted into the javac-call
classpathFilename - The Classpath-Filename, will be used to identify our classpath-files
javacArgsFilename - An Additional Javac Argsfile, will be appended to the javac-call
verboseLogging - Enables verbose logging of all linting-steps, useful to proof the functionality of linter-javac

Frequently Asked Questions

How to find out if my Java-environment is properly working for linter-javac?
How to configure linter-javac (and its classpath-settings) per project?