Skip to content

Lint Java on the fly, with javac. If the project has an eclipse '.classpath' file in the root directory, the linter will parse it and set the classpath for the compiler.

Notifications You must be signed in to change notification settings

dshefchik/linter-javac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linter-javac

This package will lint your .java opened files in Atom through javac.

Installation

  • Install java.
  • $ apm install linter (if you don't have AtomLinter/Linter installed).
  • $ apm install linter-javac

Settings

You can configure linter-javac by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):

'linter-javacs':
  'javaExecutablePath': null # java path. run 'which javac' to find the path

Class Path

If your open project has a '.classpath' file in the top-level directory, linter-javac will parse the paths and add them to the compiler classpath

Other available linters

There are other linters available - take a look at the linters mainpage.

About

Lint Java on the fly, with javac. If the project has an eclipse '.classpath' file in the root directory, the linter will parse it and set the classpath for the compiler.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%