ImageGear v26.3 - Updated
Developer Guide / Licensing and Distributing / License Manager
In This Topic
    License Manager
    In This Topic

    The License Manager is a GUI application that you can use to register and activate Development Toolkit licenses on your development system.

    Please see the Toolkit Licensing sections for detailed instructions on using the utility for registering and activating licenses.

    The License Manager can be run in GUI mode by running the folowing command:

    • for Windows
      java -jar licensemanager.jar
      
    • for Linux
      java -jar licensemanager.jar
      

    License Utilities

    Accusoft provides an archive file (Accusoft.LicenseUtilities.zip) containing License Utility Applications. These applications are for customers who have purchased a toolkit or deployment license, and are used to install the license key on a target machine. These Java applications are compatible with Windows and Linux systems.

    • Extract the archive to any directory and execute runLicenseManager.sh (Linux) or runLicenseManager.cmd (Windows) to launch the License Manager and install a toolkit license.

    In order to distribute your finished application you must purchase and install a fully paid license from Accusoft. The paid licenses override trial licenses.

    Command Line Modes

    Registering licenses via the command line is covered in:

    Two additional command line modes are available, for listing installed licenses and removing installed licenses, respectively:

    Listing Installed Licenses

    The License Manager can be used to list all ImageGear licenses currently installed on the computer via the following command:

    java -jar licensemanager.jar list
    

    Removing Installed Licenses

    The License Manager can also remove all ImageGear licenses from the current computer with the following command:

    java -jar licensemanager.jar remove
    

    The user will be prompted for confirmation before the license is removed.