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:

Java Example
Copy Code
ImGearLicense.setSolutionName("Your Solution Name");
ImGearLicense.setSolutionKey(12345, 12345, 12345, 12345);
ImGearLicense.setOEMLicenseKey("1.0.AStringForOEMLicensingContactAccusoftSalesForMoreInformation...");

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback