Guest User

Untitled

a guest
May 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. //Build and run java, works on ubuntu 18.04
  2. {
  3. "cmd": ["javac \"$file_name\" && java \"$file_base_name\""],
  4. "shell": true,
  5. "file_regex": "^(...*?):([0-9]*):?([0-9]*)",
  6. "selector": "source.java"
  7. }
Add Comment
Please, Sign In to add comment