Sublime Text 3 Plugin to compile and run java files
- To run this plugin you must have the JavaJDK installed
- To install this package first locate your package folder
- (In Sublime Text select "Preferences" > "Browse Packages")
- Next copy and paste the JavaBuilder folder into this directory
- Restart Sublime
- Open a java file and right click, look for Javabuilder and select it
- Command prompt should popup and start running your file
If the above doesn't work try starting Sublime Text as an admin
Part of the python code came from this user on StackOverflow https://stackoverflow.com/a/12175413
The rest was all me :)