How Do I Inject My License Key Into the Java Engine?
In 16.3.0 a method is added to the API to specify a license key for the Java Report Engine at run time.
A new method is added to the Java API in version 16.3.0:
ProcessReport.applyLicenseKey(String licenseKey)
Calling this method before instantiating the report object will use the specified license key instead of whatever key is specified in the windward.properties file. Calling this method after the object instantiation will not apply the new license.
0 Comments
Add your comment