java - Atom Script Package Error - Javac -
my biggest issue atom not having functionality run java code in editor. heard mention scripts package (https://atom.io/packages/script) , i've been working on setting up. i've got java , javac run in cmd after adding jdk environment variables still can't run scripts in atom. receive error in atom console:
javac: file not found: scratchpad.java usage: javac use -help list of possible options [finished in 0.528s]
also error report scripts package gives seems command using:
[command: cmd '/c javac -xlint java scratchpad.java && java java scratchpad']
from error i'm receiving seem atom scripts package communicating javac (i wrong though) javac can't find file compile. need save code specific directory javac find , compile? not sure how fix issue. appreciated.
Comments
Post a Comment