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 root directory (FLMDIR), this file is named envflm on Linux®/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