-
Notifications
You must be signed in to change notification settings - Fork 2
Installation Guide
Frans Jacobs edited this page Jun 19, 2024
·
2 revisions
Pre-requisites:
- Java Development Kit (JDK): JCS requires JDK 21. An open-source distribution such as Temurin or BellSoft Liberica can be used.
Supported Operating Systems:
- Windows 10 or later
- macOS 10.15 (Catalina) or later
- Linux (any modern distribution)
Download JCS:
- Go to the JCS GitHub repository.
- Download the appropriate file for your operating system:
- Windows:
JCS-Windows.zip
- macOS:
JCS-MacOS.zip
- Linux:
JCS-Linux.AppImage
- Universal JAR:
JCS.jar
- Windows:
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
dpkg
for Debian-based systems orrpm
for Red Hat-based systems).
-
Visit the JCS GitHub releases page.
-
Download the zip file corresponding to your operating system:
-
Windows:
JCS-Windows.zip
-
macOS:
JCS-MacOS.zip
-
Linux:
JCS-Linux.AppImage
-
Universal JAR:
JCS.jar
(platform-independent)
-
Windows:
-
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.exe
to run the application.
macOS:
- Navigate to the directory where you extracted
JCS-MacOS.zip
. - Open
JCS.app
to run the application. (You may need to give permission to run the app from System Preferences > Security & Privacy if macOS blocks it.)
Linux:
- Navigate to the directory where you downloaded
JCS-Linux.AppImage
. - Make the AppImage executable by running the following command in the terminal:
chmod +x JCS-Linux.AppImage
Run the AppImage by double-clicking it or executing the following command in the terminal:
bash
./JCS-Linux.AppImage
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 recognizes 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.