I am trying to compile and run Java code in Sublime Text 2. Don\'t just tell me to do it manually in the Command Prompt. Can anyone tell me how?
Btw, I am on Windows
This is code to compile and run java in sublime text 3
"shell_cmd": "javac -d . $file && java ${file_base_name}.${file_base_name}", "shell": true