After unzipping the distribution, follow these instructions based on your operating system.
- Extract the ZIP to a folder, e.g.,
C:\jaiva. - Ensure the launcher batch file (
jaiva.cmd) is in the same folder asjaiva.jar. - Add the folder to your PATH:
- Open “Edit the system environment variables.”
- Click “Environment Variables…” and add
C:\jaivato the PATH variable.
- Open a new Command Prompt and type:
jaiva
> jaiva filePath.jivAnd get your desired output.
-
Extract the ZIP to a folder, for example
/opt/jaiva. -
Ensure the launcher script (named
jaiva) is in the same folder asjaiva.jar. -
Make the script executable:
chmod +x /opt/jaiva/jaiva
Warning
If you install an update, which means replacing the old folder/jar file with the new one, you may want to run the above script again, just to make sure the permissions are ight yknow.
- Add the folder to your PATH by adding this line to your shell configuration file (e.g.,
~/.bashrc):export PATH="$PATH:/opt/jaiva"
- Reload your shell configuration:
source ~/.bashrc # or ~/.zshrc
- You can now run Jaiva by simply typing:
jaiva