This guide will help you set up the project structure, copy your exercise files, compile, and run your Java code using Maven. The script also supports multiple environments for code execution
Make sure you have the following installed:
- Java (JDK version 8 or higher)
- Maven
To install Maven, use the following commands based on your operating system:
sudo apt install maven
Additionally, you should create a student/ folder and place your exercise folder within it. For example:
student/
└── starMass/
└── StarMass.java
└── CelestialObject.java
└── Galaxy.java
.....
Execute the script in your terminal using:
EXERCISE={ExercieName} ./entrypoint.sh
Good luck :)