Installation
Contents
Overview
This document discusses how to install Jargyle's command line interface.
Installation of the Command Line Interface
The command line interface is installed manually by downloading the archive,
extracting the archive, and adding its bin directory to your PATH
environment variable.
Prerequisites for the Command Line Interface
You need a Java Development Kit (JDK) installed. Either set the JAVA_HOME
environment variable to the path of your JDK installation or add the path of
the java executable to the PATH environment variable.
The command line interface requires JDK 9 or higher. It is recommended to use JDK 21 or higher to take advantage of using virtual threads instead of platform threads.
Installing the Command Line Interface
To install the command line interface, download the archive, extract the
archive, and add its bin directory to the PATH environment variable.
Here are the following detailed steps:
-
Download the binary distribution archive.
-
Extract the archive in any directory. Use one of the following commands depending on the archive:
tar xvf jargyle-5.0.0-SNAPSHOT-bin.tar.bz2tar xzvf jargyle-5.0.0-SNAPSHOT-bin.tar.gzunzip jargyle-5.0.0-SNAPSHOT-bin.zip -
Add the
bindirectory of the created directoryjargyle-5.0.0-SNAPSHOTto thePATHenvironment variable. -
In a new shell, enter the following command to confirm installation:
jargyle -VThe result should look similar to the following:
Jargyle CLI 5.0.0-SNAPSHOTThe result confirms that the command line interface is now installed.
