Hi is a java project template with a compilation and execution script utility to facilitate these two operations under windows.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jérémi N ‘EndMove’ 597cc0c24a
fix .cmd to .bat
7 months ago
build convert indent to space 8 months ago
src/eu/endmove/hi convert indent to space 8 months ago
.gitignore initial commit 8 months ago
LICENSE add license file 8 months ago
MANIFEST.NF initial commit 8 months ago
README.md initial commit 8 months ago
java-build-tool.bat initial commit 8 months ago
java-run.bat fix .cmd to .bat 7 months ago

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 !