Quick Start Guide

Table Of Contents
Quick Start Guide imagotag GmbH
Page 35 of 36
1.8 The encryption does not work
Check the encryption passphrase in Server Configuration (System Configuration).
If label was already registered with a different passphrase you’ll have to unlock the label first in
order to register it on the server.
1.9 Unlocking labels
If the label was registered and a communication key was set it will no longer work in other
networks using a different network key passphrase. To unlock this labels for other networks an
unlock code is required.
Select File Unlock labels and enter the unlock key.
The unlock-code for the specific labels is enclosed in the Smart Box (in an envelope).
If you have any problems (the unlock code wasn't included or you can't find it) please contact the
imagotag support (support@imagotag.com).
1.10 Starting Java applications
Before starting a Java application, make sure you have Java Runtime Environment Version 6 or
higher installed and you have set the necessary environment variables.
If the .jar file extension is known and associated with Java, just double-click the jar file to start
the application. Otherwise if the extension is not recognized:
Windows:
Create a shortcut of the jar file, right-click on it and open properties. Prepend javaw.exe jar“ to
the path in the “Target” field. Double-click the shortcut.
Linux:
Navigate via command line to the directory where the jar file lies and execute java –jar
<filename>.jar”
In case your environment variables are not set properly (e.g. javaw.exe/java command could not
be found) do the following steps:
1. Locate your installation directory of your Java Runtime Environment
2. Set JAVA_HOME Variable
Under Windows:
l
Right-click on My Computer and select Properties
l
Click the advanced tab
l
Click the EnvironmentVariables button
l
Under SystemVariables”, click New.
l
Enter the variable name as JAVA_HOME
l Enter the variable value as the installation directory of your Java Runtime Environment
l
Click OK
l
Look for the Path variable in SystemVariables and edit it
l Append a semicolon (;) and %JAVA_HOME%\bin to it