Thanks to visit codestin.com
Credit goes to github.com

Skip to content

akorobov/flycheck-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

flycheck-java

Description

flycheck-java is on-the-fly java syntax flycheck checker using Eclipse's batch compiler.

flycheck-java can figure out project structure/layout from Eclipse project files(.project,.classpath), otherwise it assumes standard java project structure.

This checker is meant to be used as auxiliary tool together with external build system (ide, mvm, ant, etc).

Customization

flycheck-java-ecj-jar-path option has to configured to point to ECJ jar file, you can customize it using `M-x customize-variable' or programmatically:

(add-hook 'java-mode-hook
          (lambda () (setq flycheck-java-ecj-jar-path "/path/to/ecj-4.2.jar")))

About

Emacs flycheck/flymake java syntax checker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published