https://github.com/repcomm/java-template
A template java project that relies only on JDK for build and start scripts
https://github.com/repcomm/java-template
Last synced: 11 months ago
JSON representation
A template java project that relies only on JDK for build and start scripts
- Host: GitHub
- URL: https://github.com/repcomm/java-template
- Owner: RepComm
- Created: 2021-06-18T03:20:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T03:20:33.000Z (over 4 years ago)
- Last Synced: 2025-01-28T08:51:19.277Z (about 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# java-bare-bones
A template project for bare-bones java programs
## descriptions
`Main.java` - a demo java source hello world class
`build.sh` - bash script that runs `javac` and `jar` from your JDK installation.
`start.sh` - bash script that runs `java` on the built jar file