Hi is a java project template with a compilation and execution script utility to facilitate these two operations under windows.
Go to file Use this template
Jérémi N ‘EndMove’ 597cc0c24a
fix .cmd to .bat
2022-08-17 01:10:50 +02:00
build convert indent to space 2022-08-09 19:08:43 +02:00
src/eu/endmove/hi convert indent to space 2022-08-09 19:08:43 +02:00
.gitignore initial commit 2022-08-09 18:53:52 +02:00
LICENSE add license file 2022-08-09 18:55:42 +02:00
MANIFEST.NF initial commit 2022-08-09 18:53:52 +02:00
README.md initial commit 2022-08-09 18:53:52 +02:00
java-build-tool.bat initial commit 2022-08-09 18:53:52 +02:00
java-run.bat fix .cmd to .bat 2022-08-17 01:10:50 +02:00

README.md

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 !