hi-template/README.md

1.2 KiB

Hi-template

Donate Website

Hi-template is a Java demo project with tools to facilitate the construction and execution of projects under windows. This project also contains a brief demonstration of how Java works, as well as the structure of a basic project.

Use ?

Simply clone the project on your computer or download the source. Develop your application in src by organizing your code and package as you wish. Then finish by editing the root file MANIFEST.NF and giving it the name of the main class (the one to run at startup that contains the main method or the entry point if you prefer).

Then use freely the java-build-tool to compile your project into an executable .jar, then run your program with the java-run script or via CLI as shown below:

java -jar built.jar

😎 Thank you for choosing my template !