-
Notifications
You must be signed in to change notification settings - Fork 0
2a, Run or Compile
udu3324 edited this page Apr 17, 2021
·
1 revision
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.
- Make sure you have JRE or JDK 8 or above installed.
- Make sure you have JRE 8 or above installed.
- Download clickerBoard.jar here.
- Run it.
- Make sure you have JDK 8 or above installed.
- Download the latest release here.
- Open the unzipped release as a project in Intellij.
- Wait for Intellij to automatically index the project.
- Press the Run 'Main' button or alternatively press Shift + F10
- 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. - Make sure your terminal is inside of the clickerBoard-main folder, use the
cd
command (or whatever command it is on your os). - Run this command if your JDK is 9 or higher:
javac --version 8 ...
5a. Run this command if your JDK is 8:javac ...
- Intro
-
Download
2a. Run/Compile -
clickerBoard Features
3a. clickerBoard
3b. clickerCounter
3c. clickerTimer
3d. clickerConfig
clickerBoard's wiki is up to date on the 0.10.8 beta release. This does not mean that higher versions are not supported with the wiki, but could have missing information.