CIMET2 Windows Setup

Installing Git, Java, and Maven on Windows

Step 1: Install Git

Download Git from here. Follow the installation instructions.

Step 2: Install Java

Download and install Java from here. Set the JAVA_HOME environment variable.

Step 3: Install Maven

Download Maven from here. Extract the files and add bin to your system's PATH.

Step 4: Running a JAR File

To run a JAR file, use the following command:

java -jar yourfile.jar