Start with CupCarbon Klines

Step 1

Download CupCarbon

Visit the following website and donwload CupCarbon Klines:
CupCarbon Klines
You unzip the file cupcarbon_klines.zip
You will get the following files:

Based on your system you will find additional files.

For Windows,
You will find a directory win and the file cupcarbon_win.bat. Double click on this file (cupcarbon_win) to run CupCarbon.

For MacOS M (aarch64)
You will find a directory macm and the file cupcarbon_macm.command. Double click on this file (cupcarbon_macm) to run CupCarbon.

For MacOS x64
You will find a directory macx and the file cupcarbon_macx.command. Double click on this file (cupcarbon_macx) to run CupCarbon.

For Linux ARM
You will find a directory linuxm. To run CupCarbon, you need to open a terminal (console) and move into the unziped directory where the cupcarbon.jar file is located and execute the following command:


java --module-path linuxm/lib --add-modules javafx.controls,javafx.fxml,javafx.swing -jar cupcarbon.jar



For Linux x64
You will find a directory linuxx. To run CupCarbon, you need to open a terminal (console) and move into the unziped directory where the cupcarbon.jar file is located and execute the following command:


java --module-path linuxx/lib --add-modules javafx.controls,javafx.fxml,javafx.swing -jar cupcarbon.jar



If CupCarbon starts, then you are lucky, you can continue to use it normally
Otherwise, it means you have to check the version of Java
CupCarbon Klines works with the version 23 (23.0.xx).
Therefore, you must install the version 23 of java in your system
To do that, visit the following web page: (www.java.com).
Once done, you can follow the same steps presented above.

If CupCarbon does not start then you must check the version of java installed in your system, you can use the following command:

java -version

Verify that the version is 23.0.xx
In case where the version is not 23 then depending on your system you should either change the current default version to 23 or to install the jre directly from the website of oracle:

https://www.oracle.com/java/technologies/downloads/#java8-mac
Go to the section: Java SE Development Kit 8u391
Choose your platform and download the installer.

TUTORIALS