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.
- Download the .msi installer from Aladdin SDS Msi.
- Install the Aladdin SDS. Follow the instructions provided in Installation section of the Aladdin SDS.
Installing Datalogic SDS JavaPOS
- Download SDS-JavaPOS_Setup.jar
- For Windows: open a terminal window (Command Prompt or PowerShell) and run
java -jar SDS-JavaPOS_Setup.jar`
- For Linux/Ubuntu: start a terminal window and run
sudo java -jar SDS-JavaPOS_Setup.jar
- Refer to Installing Datalogic JavaPOS for details about the installer dialogs.
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.
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.