Complete the following steps to edit the setup script for your environment:
-
From <install_folder>/Infogix/etc, edit setup.bat (for Windows®) or setup.sh (for UNIX® or Linux®) to
reflect the full path of your installation’s Java home directory.
Be sure to include
the java folder
in the path.
For example,
JAVA_HOME=C:/Program Files/JAVA/jdk1.8.0_152
-
For installations that do not use Oracle Java VMs, comment out the
first ANT_OPTS variable and uncomment the second ANT_OPTS variable.
-
For Linux installations only, uncomment the four lines of the script
that export the locale variables for your operating system
The example below is for the UNIX/Linux setup.sh script.