Post-installation configuration (Optional)

Feedback


You only need manual configuration if you don’t want to use JRE (Java Runtime Environment) included with the product package. JRE used by SuperMap iPortal 10i(2020) is located in %SuperMap iPortal_HOME%/support by default.

Before manual configuration, you need to rename or delete the jre under %SuperMap iPortal_HOME%/support.

1. Steps for setting JRE (1.8 and above) environment variable are as follows:

The example is setting JAVA_HOME in the system profile file (default path: /etc/profile):

export JAVA_HOME=/JDK directory

2. Set the encoding of the system as follows:

export LANG=en_US.UTF-8

export LANG=en_US.UTF-8

unset LC_CTYPE

3. Implement the source /etc/profile command to make above settings take effect.

4. Execute the echo command to check whether the settings are correct.

echo $LD_LIBRARY_PATH

Advanced users can also customize the JRE by directly modifying the%supermap iportal_home%/bin/setenv.sh.