FLEXLM_LICENSE_FILE

For server based (floating) licenses, this parameter specifies the port and the host name of the license server. For file based licenses (evaluation or node-locked), it specifies the location of the license file.

Examples:
  • FLEXLM_LICENSE_FILE=27000@flxserver

    A floating license from license manager daemon on machine "flxserver", port 27000 will be used.

  • FLEXLM_LICENSE_FILE=@flxserver

    A floating license from license manager daemon on machine "flxserver". The port is determined by FLEXlm.

  • FLEXLM_LICENSE_FILE=$(CTCHOME)\testwell.lic

    A license file located in the home folder of Testwell CTC++ is used.

  • FLEXLM_LICENSE_FILE=/usr/local/flexlm/licenses/testwell.lic

    FLEXLM_LICENSE_FILE=C:\Testwell\CTC\testwell.lic

    Two samples of a license file specified by it's full path.