Setting the environment
Before starting the Four Js License Manager, the FLMDIR
and
PATH
environment variables must be set.
A script for setting the environment is created during the installation phase. Located in the
Four Js License Manager installation directory (FLMDIR
), this file is named
envflm.sh on UNIX™ platforms and
envflm.bat on Windows® platforms. By running this script file, the following actions are performed.
On UNIX (using sh as shell script):
FLMDIR=/opt/fourjs/flm
export FLMDIR
PATH=$PATH:$FLMDIR/bin
export PATH
On Windows:
set FLMDIR=c:\fjs\flm
set PATH=%PATH%;%FLMDIR%\bin