Skip to content

Instantly share code, notes, and snippets.

@zz676
Forked from jfcalvo/JavaC.sublime-build
Created July 18, 2014 01:56
Show Gist options
  • Select an option

  • Save zz676/45cc93e36a5452ee1ab3 to your computer and use it in GitHub Desktop.

Select an option

Save zz676/45cc93e36a5452ee1ab3 to your computer and use it in GitHub Desktop.
{
"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