Skip to content

LewMC/Jailhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jailhouse

Creating a local copy.

Clone the repository.

Use the Git CLI to clone the repository from GitHub.

git clone https://github.com/lewmilburn/Jailhouse

Install Maven.

You will need Maven to build the project to ./target, you can install it at https://maven.apache.org/download.cgi.

Set Java 21 as your JAVA_HOME variable.

You can validate this by running the command below and ensuring it returns Java 21.

java -version

Build the project.

Navigate to the cloned repository and run:

mvn clean install

This will compile the project and package it into a JAR file in the ./target directory.

Contributing

We welcome contributions from the community. Please fork the repository, make your changes, and submit a pull request.

Licensing

Essence is licensed under the Apache License 2.0. See LICENSE for more information.