linter-javac icon indicating copy to clipboard operation
linter-javac copied to clipboard

Linter-javac is automatically building .class files upon opening .java files

Open siferati opened this issue 7 years ago • 1 comments

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).

siferati avatar Mar 22 '17 10:03 siferati

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?

iskra0332 avatar Mar 10 '19 20:03 iskra0332