Setting the environment

Before starting the Four J's 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 J's License Manager root directory, this file is named envflm on Unix platforms and envflm.bat on Windows platforms. By running this script file, the following actions are performed:

on Unix (using sh as shellscript):

FLMDIR=/opt/fourjs/flm 
export FLMDIR 
PATH=$PATH:$FLMDIR/bin 
export PATH

on Windows:

set FLMDIR=c:\fjs\flm 
set PATH=%PATH%;%FLMDIR%\bin

A default environment script is generated by the installation program. This script is called envflm on Unix and envflm.bat on Windows and is located in the installation directory (FLMDIR).