-
-
Save chenhbc/04b5df8b4cca09a9b16d 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
Show hidden 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