-
Notifications
You must be signed in to change notification settings - Fork 2
Installation Guide
Since release 0.0.3 a Java Runtime Environment is also included for Windows and Linux. For the Mac the JRE is not yet there due to notarising issues.
JCS can be dowloaded as:\
- Universal jar file jcs-0.0.3.jar
- Windows with JRE included jcs-jre-0.0.3-windows.zip
- Windows without jre jcs-0.0.3-windows.zip
- Linux with jre included jcs-jre-0.0.3-linux.zip
- Linux without jre jcs-0.0.3-linux.zip
- MacOS without jre jcs-0.0.3-mac.zip
For the version with a JRE include, just unzip the file in a folder of your liking and start the executable file.\
For the version without a JRE you need to install a JRE yourself:\
Java Development Kit (JDK): JCS requires JDK 21. An open-source distribution such as Temurin or BellSoft Liberica can be used.
Windows:
- Go to the Temurin JDK 21 download page.
- Download the installer for Windows.
- Run the installer and follow the on-screen instructions to complete the installation.
macOS:
- Go to the BellSoft Liberica JDK 21 download page.
- Download the installer for macOS.
- Open the downloaded file and follow the installation instructions.
Linux:
- Go to the Temurin JDK 21 download page.
- Download the appropriate package for your Linux distribution.
- Follow the installation instructions specific to your distribution (e.g., using
dpkgfor Debian-based systems orrpmfor Red Hat-based systems).
- Visit the JCS GitHub releases page.
- Download the zip file corresponding to your operating system.
- Extract the downloaded zip file to a directory of your choice.
Windows:
- Navigate to the directory where you extracted
JCS-Windows.zip. - Double-click on
JCS.exeto run the application.
macOS:
- Navigate to the directory where you extracted
JCS-MacOS.zip. - Open
JCS.appto run the application. (You may need to give permission to run the app from System Preferences > Security & Privacy if macOS blocks it.)
Linux: TBW
Universal JAR:
Navigate to the directory where you downloaded JCS.jar.
Open a terminal and execute the following command to run JCS:
bash
java -jar JCS.jar
Initial Setup:
Upon first launch, JCS may prompt you to configure some initial settings such as default directories or hardware settings.
Follow the on-screen instructions to complete the initial setup.
Verify Installation:
To ensure JCS is properly installed, navigate through the menus and verify that the software recognises any connected hardware components.
By following these steps, you should be able to successfully install and run JCS on your system. If you encounter any issues during installation, refer to the Troubleshooting section of this manual or visit the JCS GitHub repository for support.
