Installation

These are the steps to install the Titania Delivery Client Connector SDK.
The Titania Delivery Client Connector SDK requires Java 8. Ensure that Java 8 is installed as the default Java runtime on the system.
  1. Extract the Client Connector SDK package somewhere on your system.
  2. Place the root directory of the extracted archive on your system's PATH environment variable.
    • On Windows, systems, open the Control Panel, select System and Security, select System, then Advanced system settings, and finally click the Environment Variables button on the Advanced tab. Select PATH and add the directory to the end of the value.
    • On Linux or Mac OSX systems, open the .profile file in your home directory, creating it if it doesn't exist, and add the following.
      export PATH=$PATH:/path/to/harp.client-version
  3. Finally, open a command prompt and execute tdsync --help. If the usage information is printed to the console, the application has been installed correctly.