Install Datimprint CLI

The Datimprint command line interface (CLI) is the central program for creating and checking data imprints.

Install Java

Make sure the latest latest version of the Java Development Kit (JDK) is installed on your system.

Install Datimprint CLI

Below find the instructions for installing and running Datimprint corresponding to your computer system. When you are finished, you can verify your installation by typing datimprint --version.

Windows Installation

Datimprint CLI comes with a standalone datimprint.exe file you can place in any directory, preferably on your path.

If Java is correctly installed and the datimprint.exe file can be found on the path, you can run Datimprint CLI by simply typing datimprint and pressing Enter.

Linux Installation

Datimprint CLI comes with a version of its executable JAR with a self-contained shell script which you can invoke as datimprint.

If Java is correctly installed and the datimprint file can be found on the path, you can run Datimprint CLI by simply typing datimprint and pressing Enter.

Other Platforms Installation

Because Datimprint is based on Java, it can be run directly from the executable JAR file on any system that supports the required version of Java. You do not need to perform the following installation if you already installed Datimprint CLI for your specific system above.

If Java is correctly installed, you can run Datimprint CLI via the java -jar command:

java -jar /path/to/datimprint-cli-x.x.x/bin/datimprint-cli-x.x.x-exe.jar