Where to put the Aspose.Slides.lic in a JEE project?

I’ve placed in resources but it is not found… where does Aspose look for it ? thanks

Hi,

Thanks for your posting and using Aspose components.

You have to set license inside the code using Aspose API (s).

For example here is a way to set the license.

Java


License lic = new License();

lic.setLicense(licenceFilePath);



Please refer to this document for more help.

License Aspose.Slides for Java

Also, since your question is related to Aspose.Slides, so I am moving your thread to correct forum.