You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

You use license paths to describe where licenses are found. In FlexNet/FLEXlm, the environment variable LM_LICENSE_FILE or VENDOR_LICENSE_FILE defines where the application should look for a license. With LM-X, you use the variable LMX_LICENSE_PATH or VENDOR_LICENSE_PATH.

The following tables show examples of specifying the path to a local license.

FlexNet/FLEXlm

LM-X

Windows:
LM_LICENSE_FILE=C:\application\license.dat

Unix:
LM_LICENSE_FILE=/usr/application/license.dat

Windows:
LMX_LICENSE_PATH=C:\application\myapplication.lic

Unix:
LMX_LICENSE_PATH=/usr/application/myapplication.lic

Examples of specifying the path to a network license:

FlexNet/FLEXlm

LM-X

Windows:
LM_LICENSE_FILE=port@host

Unix:
LM_LICENSE_FILE=port@host

Windows:
LMX_LICENSE_PATH=port@host

Unix:
LMX_LICENSE_PATH=port@host

  • No labels