Created
September 26, 2012 18:21
-
-
Save jfcalvo/3789664 to your computer and use it in GitHub Desktop.
Sublime Text 2 Build System for Java (Compile and running)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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
Thx! Works for me on Sublime Text 2 build 2221, OS X 10.9.4.