linter-javac
linter-javac copied to clipboard
Linter-javac is automatically building .class files upon opening .java files
Whenever I open a .java
file in Atom, linter-javac
creates the .class
files in the same directory automatically. I don't think this was happening before, and it's really annoying.
I want my .class
files to be placed in bin/
but every time I open a file in Atom, linter-javac
decides to compile ALL of the .java
files in that directory (src/
), so it becomes a big mess.
Is there a way to fix it? (Besides disabling linter-javac
).
I am having this same problem, can anyone shed some light on how to do this. That is, to get the .class files to go somewhere else?