-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
You first will need to install Java 8 or above. You probably have this already installed. You can see if you have Java installed by opening a terminal (Command Prompt on Windows) and typing this command:
java -version
If the version says 1.8
or something higher, you have Java installed and can continue.
If it says something about unknown command, you do not have Java installed or your path is not set correctly!
Head here and download the latest release (make sure "Temurin 8 (LTS)" is selected!)
Run the installer and make sure to enable "Set JAVA_HOME variable" and "JavaSoft (Orable) registry keys."
Most distros will have Java installed. Because there are many different distros, you will want to find out how to install Java for your specific distro.
Head over to the releases page and download the latest version. For Windows users, download the exe
file. For Linux users, download the tar.gz
file.
Create a new folder somewhere on your PC. It does not matter where.
After downloading, move the exe
file to the new folder you created. From there, run the program! You are all set to go.
After downloading, extract the file. It will create a new folder. In the new folder, there will be a run.sh
file. Simply run that file to run the program!