Skip to content

Instantly share code, notes, and snippets.

@qwo
Created January 30, 2014 03:08
Show Gist options
  • Save qwo/8701833 to your computer and use it in GitHub Desktop.
Save qwo/8701833 to your computer and use it in GitHub Desktop.
Build and Run Java in Sublime Text
//Build and run java, works on OSX 10.9 Mavericks and Sublime and up
{
"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