Skip to content

Instantly share code, notes, and snippets.

@chenhbc
Forked from jfcalvo/JavaC.sublime-build
Last active September 8, 2015 04:41
Show Gist options
  • Save chenhbc/04b5df8b4cca09a9b16d to your computer and use it in GitHub Desktop.
Save chenhbc/04b5df8b4cca09a9b16d to your computer and use it in GitHub Desktop.
Sublime Text 2 Build System for Java (Compile and running)
{
"cmd": ["javac \"$file_name\" && java \"$file_base_name\""],
"shell": true,
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.java"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment