Happens with all java files, manually using cmd works
@JohnnyUrosevic I had a same problem if you are win user then set javac path in your PATH variable, It worked for me.
@JohnnyUrosevic try specify current working directory in "Run Options"
@JohnnyUrosevic same problem happen
1) set javac path in your PATH
or
2) close file and reopen using atom ide
You need to add the java bin directory into your environment path. Something like https://stackoverflow.com/questions/9612941/how-to-set-java-environment-path-in-ubuntu.
Google "Add java path {YOUR OS} "
_Originally posted by @hyobyun in https://github.com/atom-community/atom-script/issues/1809#issuecomment-463668785_
Most helpful comment
@JohnnyUrosevic try specify current working directory in "Run Options"