Sublime Forum

Cannot run program- Please help

#1

Hi, I have change the build system so can i run programs on sublime text, but when i try this come up;

[WinError 2] The system cannot find the file specified
[cmd: [‘javac’, ‘-Xlint:none’, ‘-cp’, ‘.;…’, ‘-encoding’, ‘utf8’, ‘’]]
[dir: C:\Program Files\Sublime Text 3]
[path: C:\Program Files\Java\jdk-11.0.1\bin]
[Finished]

Please help

0 Likes

#2

try this may be it works
[cmd: [‘javac’, ‘-Xlint:none’, ‘-cp’, .’, ‘-encoding’, ‘’]]
[dir: C:\Program Files\Sublime Text 3]
[path: C:\Program Files\Java\jdk-11.0.1\bin]
[Finished]

0 Likes

#4

where do i write that?

0 Likes