Make sure you have a JDK or JRE installed on your computer!
First, check if you have java installed by running java -version in your terminal. If it says java is not recongnized, follow the steps below. If it gives you a valid version, you can skip to after the installation steps.
Install the JRE in your computer (YOU NEED TO KNOW YOUR SUDO PASSWORD)
sudo apt update
sudo apt install default-jreRun this code in your terminal and if it asks, put in your sudo pswd
sudo dnf install java-latest-openjdkRun this code in your terminal and if it asks, put in your sudo pswd
sudo pacman -S jre-openjdkRun this code in your terminal and if it asks, put in your sudo pswd
After you are done with that, use the cd command to navigate to the direcotry with all the files from this repo.
Once you are in the directory, run the bash below to begin execution
java -jar grading.jarThis should run the application.
First, check if you have java installed by running java -version in your terminal. If it says java is not recongnized, follow the steps below. If it gives you a valid version, you can skip to after the installation steps.
Give me a bit ill finish this later