Skip to content

Instantly share code, notes, and snippets.

@DevinClark
Created January 18, 2012 16:18
Show Gist options
  • Select an option

  • Save DevinClark/1633819 to your computer and use it in GitHub Desktop.

Select an option

Save DevinClark/1633819 to your computer and use it in GitHub Desktop.

Revisions

  1. DevinClark created this gist Jan 18, 2012.
    6 changes: 6 additions & 0 deletions JavaCandR.sublime-build
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    {
    "cmd": ["javac", "$file_name"],
    "cmd": ["java", "$file_base_name"],
    "working_dir": "${project_path:${folder}}",
    "selector": "source.java"
    }