Created
May 1, 2020 22:09
-
-
Save edgeboyo/40f4973311b3ba39d0941b86b79cea2e to your computer and use it in GitHub Desktop.
JavaFX sublime build and run
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
{ | |
"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