Download Java 21 from Oracle's Website, and follow Oracle's Java Installation Instructions.
If you decide to install Hadrian by cloning the repository (harder of the two options), you must install Maven in order to use the project's dependencies and build the project. Download a stable version of Maven from Apache's Website, and follow Apache's Maven Installation Tutorial.
Hadrian can be accessed by either of two ways, either by downloading and running a compiled release of the application (easier), or by cloning the repository and building the project yourself
- Travel to this repository's releases page
- Download the
.jarfile from the most recent official release - Open your terminal or command prompt, and run the following command:
java -jar hadrian.jar
- Download the repository to have access to it's files and access the application:
git clone https://github.com/NSX2022/Hadrian.git
- Move to the project folder:
cd Hadrian/ - Install project dependencies:
mvn install
- Run the newly created
.jarfile:java -jar out/artifacts/Hadrian_jar/Hadrian.jar