Table of Contents |
---|
...
Run the following "java -version" command in a terminal window to check that you are running a supported version of the JRE (version 1.811.x)
Code Block |
---|
# java –version java version "1.811.0_xx" Java(TM) SE Runtime Environment (build 1.811.0_xxx) Java HotSpot(TM) Client VM (build 24.75-b04, mixed mode, sharing) |
...
10. Install the Database Drivers for the CLI
At the command line, run the following command:
Code Block |
---|
<datical_install_dir>/repl/hammer installDrivers jar:file:/<path_to_repo>/DaticalDBCompositeRepo-<version>.zip\!/ |
...
Code Block |
---|
\!/ |
11. Verify the Install
Run the following commands to verify the install.
Code Block |
---|
hammer checkdrivers hammer show version hammer show license |
...