An open API service indexing awesome lists of open source software.

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

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