A minimal starter template for writing plain Java applications. Ideal for learning the core features of the language, practicing coding exercises, or even building mini projects.
- 📂 Simple directory structure (
src,lib,bin,dist) - 🖊️ VS Code settings included
- ⚙️ No dependency management tool like Maven or Gradle, so fast startup and zero build overhead
- 📝
maketargets for easily compiling, packaging, and running the application - 🚦 GitHub Actions for CI/CD
-
Compile and run the application.
make run
-
Package the application into a JAR.
make package
The Java Template is licensed under the terms of the MIT license.