CIMET2 Linux Setup

Installing Git, Java, and Maven on Linux

Step 1: Install Git

Install Git using your package manager. For Ubuntu: sudo apt install git, or download from here.

Step 2: Install Java

Install OpenJDK: sudo apt install openjdk-17-jdk, or download from here.

Step 3: Install Maven

Install Maven: sudo apt install maven, or download from here.

Step 4: Running a JAR File

To run a JAR file, use the following command:

java -jar yourfile.jar