Skip to content

Instantly share code, notes, and snippets.

@interjc
Created May 14, 2014 09:05
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 interjc/ebb5ae1c243020879819 to your computer and use it in GitHub Desktop.
Save interjc/ebb5ae1c243020879819 to your computer and use it in GitHub Desktop.
JavaC.sublime-build
{
"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