Skip to content

Instantly share code, notes, and snippets.

@SyntaxColoring
Created March 7, 2013 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SyntaxColoring/5110967 to your computer and use it in GitHub Desktop.
Save SyntaxColoring/5110967 to your computer and use it in GitHub Desktop.
Sublime Text's Java build system modified to run the program after it's compiled.
{
"shell": true,
"cmd": ["javac $file && java $file_base_name"],
"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