Skip to main content

Installation

Prerequisites

Before you can use JavaPOS with the Datalogic Connect, you need to have a Java 8 runtime environment or higher and have AladdinSDS installed. AladdinSDS is the device integration service that allows you to manage and interact with devices in your IoT solutions.

  1. Download the .msi installer from Aladdin SDS Msi.
  2. Install the Aladdin SDS. Follow the instructions provided in Installation section of the Aladdin SDS.

Installing Datalogic SDS JavaPOS

  1. Download SDS-JavaPOS_Setup.jar
  2. For Windows: open a terminal window (Command Prompt or PowerShell) and run
java -jar SDS-JavaPOS_Setup.jar`
  1. For Linux/Ubuntu: start a terminal window and run
sudo java -jar SDS-JavaPOS_Setup.jar
  1. Refer to Installing Datalogic JavaPOS for details about the installer dialogs.
note

For Windows:
When prompted to enter an installation path (default: C:\Program Files\Datalogic\JavaPOS), it is recommended to rename the folder from JavaPOS to SDS-JavaPOS. This will result in the full path C:\Program Files\Datalogic\SDS-JavaPOS, helping to clearly distinguish it from the official JavaPOS installation.

note

For Linux/Ubuntu:
When prompted to enter an installation path (default: /usr/local/Datalogic/JavaPOS), it is recommended to rename the folder from JavaPOS to SDS-JavaPOS. This will result in the full path /usr/local/Datalogic/SDS-JavaPOS.