ImageGear for Java User Guide > Installing and Distributing ImageGear > Licensing and Distributing ImageGear for Java > ImageGear for Java Deployment License |
When you are ready to deploy your application, you need to change licensing calls to specify the Solution Name, Solution Key, and OEM License Key that Accusoft will provide for you. Distribution is per Accusoft's agreement for quarterly reporting (LDR).
This section specifies the steps you need to follow to properly license and install your end product on the end users machine when deploying your product to a client machine.
Accusoft will email the necessary parameters to you: Solution Name, Solution Key, and License Key for the deployment of your application. Using these parameters, you can then modify the code of your application to specify the Solution Name, Solution Key, and License Key using the following ImageGear API:
When you are ready to deploy your ImageGear-based application, you need to replace the generic solution name used to license the product for evaluation and development with the unique solution name assigned to your application by Accusoft Corporation. |
Java Example |
Copy Code |
---|---|
ImGearLicense.setSolutionName("Your Solution Name"); ImGearLicense.setSolutionKey(12345, 12345, 12345, 12345); ImGearLicense.setOEMLicenseKey("1.0.AStringForOEMLicensingContactAccusoftSalesForMoreInformation..."); |