Skip to content

2a, Run or Compile

udu3324 edited this page Apr 17, 2021 · 1 revision

How To Run/Compile

You want to know how to compile or run clickerBoard? Sure! Read the instructions below. Firstly, you need to have JRE 8 or above if you want to run clickerBoard without compiling it. If you want to compile it yourself, you will need JDK 8 or above to compile it.

Requirements

  1. Make sure you have JRE or JDK 8 or above installed.

How To Run Pre-Compiled Version (recommended)

  1. Make sure you have JRE 8 or above installed.
  2. Download clickerBoard.jar here.
  3. Run it.

How To Compile And Run (for people that know what to do)

  1. Make sure you have JDK 8 or above installed.
  2. Download the latest release here.

Compiling In Intellij (not recommended)

  1. Open the unzipped release as a project in Intellij.
  2. Wait for Intellij to automatically index the project.
  3. Press the Run 'Main' button or alternatively press Shift + F10

Compiling And Running Via Terminal (this part is incomplete and hard) (not recommended)

  1. Open up your choice of terminal that has integrated javac in the commands. 3a. You can do javac -version to check if you have JDK 8 or higher. 3b. If you have the JDK installed but do not have javac as a command, watch this video.
  2. Make sure your terminal is inside of the clickerBoard-main folder, use the cd command (or whatever command it is on your os).
  3. Run this command if your JDK is 9 or higher: javac --version 8 ... 5a. Run this command if your JDK is 8: javac ...
Clone this wiki locally