Skip to content

Instantly share code, notes, and snippets.

@thiago-vieira
Forked from tsuyo/JavaC.sublime-build
Created March 23, 2013 23:25
Show Gist options
  • Save thiago-vieira/5229731 to your computer and use it in GitHub Desktop.
Save thiago-vieira/5229731 to your computer and use it in GitHub Desktop.
Sublime Build file for Java
{
"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