Skip to content

Instantly share code, notes, and snippets.

@arjamizo
Forked from tsuyo/JavaC.sublime-build
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save arjamizo/cdedf5968ee26fa5ecda to your computer and use it in GitHub Desktop.

Select an option

Save arjamizo/cdedf5968ee26fa5ecda to your computer and use it in GitHub Desktop.
{
"cmd": ["sh", "-c", "javac $file_base_name.java && 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