-
-
Save pragmaticvyas/8f137a0b7fb3c4d29915a112cb5416fb to your computer and use it in GitHub Desktop.
Sublime Text 2 Build System for Java (Compile and running)
This file contains hidden or 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