Installing Licenses on Servers

The recommended method of installing licenses to servers is via

Using system variables

The location of the license file can be set with:

Other ways of installing the license:

  1. Manual install:
    The license.cxl file must be stored in the .chemaxon (Unix) or chemaxon (Windows) sub-directory under the home directory of the user who started JChem Server.
  2. Command line install:
    Launch the license shell script (Unix) or license.bat batch file (Windows).
    Type license -h for the list of available options.
  3. Using API:
    chemaxon.license.LicenseManager.setLicenseFile(String path)

Notes