Skip to content

gameingame-eng/gradehelper

Repository files navigation

Make sure you have a JDK or JRE installed on your computer!

How to run my app:

For Linux :

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)

For Debian-based systems (Ubuntu, Linux Mint, Kali Linux):

    sudo apt update
    sudo apt install default-jre

Run this code in your terminal and if it asks, put in your sudo pswd

For Red Hat-based systems (Fedora, CentOS, AlmaLinux, Rocky Linux):

    sudo dnf install java-latest-openjdk

Run this code in your terminal and if it asks, put in your sudo pswd

For Arch Linux and Manjaro:

    sudo pacman -S jre-openjdk

Run 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.jar

This should run the application.

For Windows

Step 1: Check if java is installed

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages