Releases: CarOps-28/CarOps
v14.4 Beta
Instructions
Unzip then execute the file ClickHere.bat
You can unzip files using 7z or WinRAR (recommend)
Requirements
- Java SE 20 installed and
- Java in your PATH system variable
The zip file already includes JavaFX library.
v14.3
Unzip the file and execute the ClickHere.bat
Requirements
To ensure that the application can access Java SE 20, JavaFX, and Java SE 20 from your computer's path, follow these instructions:
-
Verify Java SE 20 Installation:
a. Download and install Java SE 20 from the official Oracle website or any reliable source.
b. Set up the Java SE 20 installation path. Make a note of the installation directory. -
*Verify JavaFX Installation (not required, already included):
a. Download and install JavaFX SDK.
b. Set up the JavaFX SDK installation path. Make a note of the installation directory. -
Update Environment Variables:
a. Open the System Properties window on your computer:- On Windows: Right-click on the "This PC" or "My Computer" icon, select "Properties," and click on "Advanced system settings."
- On macOS: Go to "System Preferences," click on "Advanced," and select the "Environment Variables" button.
b. In the System Properties window, click on the "Environment Variables" button.
c. Under the "System variables" section, find the "Path" variable and click on the "Edit" button.
d. Append the paths of the Java SE 20 and JavaFX installations to the "Path" variable, separating each path with a semicolon (;). For example: - On Windows: Add "C:\path\to\java\se20\bin;C:\path\to\javafx\lib" to the end of the "Path" variable.
- On macOS: Add "/path/to/java/se20/bin:/path/to/javafx/lib" to the end of the "Path" variable.
e. Click "OK" to save the changes and close the windows.
-
Verify Installation:
a. Open a new terminal or command prompt window.
b. Run the following commands to verify that Java SE 20 and JavaFX are accessible:- For Java SE 20: Type "java -version" and press Enter. It should display
java version "20.0.1" 2023-04-18
Java(TM) SE Runtime Environment (build 20.0.1+9-29)
Java HotSpot(TM) 64-Bit Server VM (build 20.0.1+9-29, mixed mode, sharing)
By following these steps, you should have Java SE 20 accessible from your computer's path, allowing the application to utilize them as required.