Skip to content

Instantly share code, notes, and snippets.

@edgeboyo
Created May 1, 2020 22:09
Show Gist options
  • Save edgeboyo/40f4973311b3ba39d0941b86b79cea2e to your computer and use it in GitHub Desktop.
Save edgeboyo/40f4973311b3ba39d0941b86b79cea2e to your computer and use it in GitHub Desktop.
JavaFX sublime build and run
{
"shell_cmd": "javac --module-path %JAVAFX% --add-modules ALL-MODULE-PATH *.java && java --module-path %JAVAFX% --add-modules ALL-MODULE-PATH $file_base_name",
"selector": "source.java"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment