Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumitesh9/java_sublimebuild
User defined build system for Java in Sublime Text 3.
https://github.com/sumitesh9/java_sublimebuild
Last synced: about 1 month ago
JSON representation
User defined build system for Java in Sublime Text 3.
- Host: GitHub
- URL: https://github.com/sumitesh9/java_sublimebuild
- Owner: sumitesh9
- Created: 2019-06-21T10:45:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T07:02:57.000Z (over 4 years ago)
- Last Synced: 2024-09-16T06:54:33.540Z (3 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java_SublimeBuild
Run your code without writing 2 lines of javac filename.java and java filename
Steps
1) Create a custom build system using this code and save that file.
2) Choose saved build system as default on tab -> Tools -> Build -> 'Your Build System name'.
3) Windows Users -
Use Ctrl + B to build. (Auto saves the typed code as well).
MaC users -
Use ⌘ + B (command + B) to build. (Auto saves the typed code as well).