Quick Start Guide

Table Of Contents
Quick Start Guide
Page 50 of 50
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
l Click OK
l ApplyChanges
Under Linux:
l Use the “export” command to set your variables
l export JAVA_HOME=<pathToJRE>
l export PATH=$PATH:<pathToJRE>/bin
l In order to make these changes persistent, write them into your .bash_profile file and use
“source ~/.bash_profile” to apply the changes
1.9 Encoding problems
Per default, UTF-8 encoding is used. If you have any problems regarding encoding you can force
any java application to use UTF-8. By setting the (Windows) environment variable JAVA_TOOL_
OPTIONS to -Dfile.encoding=UTF8, the (Java) System property will be set automatically every
time a JVM is started.
1.10 Further documentation
Please visit https://portal.imagotag.com for further documentation:
l Developer Reference (Web Service)
l Image Rendering Reference
l CSV/XML Import Plugin
l File Import Plugin
l Core appliance service mode reference
l (M)AP Update HowTo
l Core Suite Update
l Security Whitepaper
l Licensing Whitepaper