Skip to content

Environment Setup

In progress

This page is under development. Contributions welcome — see the Getting Started overview.

Requirements

  • Java Development Kit (JDK) 19 (the project targets Java 19 — earlier versions will not compile)
  • Apache Maven 3.8 or later
  • Git

Cloning the repository

git clone https://github.com/simpaths/SimPaths.git
cd SimPaths

Building the project

mvn clean package

This produces singlerun.jar and multirun.jar at the repository root.

Refer to the Working in GitHub guide for the full development workflow.