githubEdit

Downloading EOCV-Sim

1. Download and install the Java Runtime Environment or Java Development Kit if you haven't already:

EOCV-Sim requires Java 11 at minimum. Any newer version should work fine. You can download it from the Oracle webpagearrow-up-right.

2. Click on this link arrow-up-rightto go to the latest release in the EOCV-Sim GitHub repo.

3. Download the jar file, named EOCV-Sim-X.X.X-all.jar, available at the bottom on the "assets" section:

Example screenshot of the latest release as of 17/09/21

(Note that the screenshot might not be what is actually displayed when you open the page, as new releases come out. The EOCV-Sim-all artifact shall always be available to download from any release)

Running EOCV-Sim

Once the jar file is downloaded, you can simply double-click it to run it, just like any other executable file.

You can also run the jar file from the command line.

Navigate to the folder where the EOCV-Sim jar is stored in, using the cd command. Then, invoke the java command passing the file name as follows:

Replacing the X.X.X by the version respectively, e.g 3.1.0

Last updated