ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Enterprise License Code Integration with Chardirector library
Posted by Adamraju on Aug-26-2022 22:03
Hi Team ,

We got enterprise Distributed Licence and the chartdirector lib copied to internal enterprise antifactory.

Instead of Distributing License to multiple teams , is it possible to create a licensed chartdirector Jar , and place it in our internal artifactory , so that sharing of license codes can be avoided.

Please provide the steps if possible

  Re: Enterprise License Code Integration with Chardirector library
Posted by Peter Kwan on Aug-29-2022 17:03
Hi Adamraju,

Yes, what you mentioned is possible.

For the ChartDirector Redistribute License, we suggest to hard coded it into your application by using the Chart.setLicenseCode API. In this way, the license key is compiled into your JAR file, and there is no need to redistribute the license key separately.

Alternatively, you can put a license file "chartdir.lic" in the root of your JAR file. It will then become a resource for your Java application, and ChartDirector will be able to find it.

Best Regards
Peter Kwan