Console after compiling:
- Code: Select all
running command javac.exe "C:\Java\hello.java" from directory C:\Java
exec: trying C:\WINDOWS\system32\cmd.exe /A /S /C "javac.exe "C:\Java\hello.java""
If I insert manually the C:\WINDOWS\system32\cmd.exe /A /S /C "javac.exe "C:\Java\hello.java"" command in the command line, it makes the hello.class file without a problem.
JavaC.sublime-build:
- Code: Select all
build javac.exe "$File"
lineNumberRegex ^(...*?):([0-9]*):?([0-9]*)
Anyone have any idea why it doesn't make the class file?
Thanks for the help.