Sublime Forum

How to run the build system with cmder

#1

i have this build system which runs java i wanna run this on cmder and not the windows cmd is that possible
my build system :
{
“cmd”: [“javac”, “$file_name”,"&&",“start”,“cmd”,"/k",“java”, “$file_base_name”],
“path”:“C:\Program Files\Java\jdk-14.0.2\bin”,
“shell”: true
}
thanks in advance

0 Likes