Installing Licenses to Desktops

The recommended method of installing licenses to desktops is through the

ChemAxon License Manager GUI (CLM)

ChemAxon License Manager is a central place where you can manage the licenses of all ChemAxon products. Three basic ways of launching:

The CLM graphical user interface

The ChemAxon License Manager GUI

Steps of installing the licenses

The licenses are usually stored in the license.cxl file which you receive from ChemAxon.
You don't need to open or edit the content of this file, just simply save it to an arbitrary location of your file system. You can overview your licenses any time by selecting the "License overview" panel.

Other ways of installing the license:

  1. Using system variables:
    The location of the license file can be set with:
  2. Manual install:
    The license.cxl file must be stored in the .chemaxon (Unix) or chemaxon (Windows) sub-directory of the user's home directory.
  3. Command line install:
    Launch the license shell script (Unix) or license.bat batch file (Windows).
    Type license -h for the list of available options.
  4. Using API:
    chemaxon.license.LicenseManager.setLicenseFile(String path)

License file location

The license file should either be at the default location or in case of a custom location, the location should be configured to the license manager.

The default location is .chemaxon/license.cxl (Unix) or chemaxon\license.cxl (Windows) under the user's home directory.
On Unix systems - including most distributions of Linux - the home directory for each user takes the form /home/username (where username is the name of the user account). In newer versions of Microsoft Windows, based on the multi-user Windows NT, each user has a home directory which by default is located at C:\Documents and Settings\username when using the English language version of the OS (with username again replaced by the particular user's login name).

Notes