How to locate license file in the plugin code.

Certified Lead Developer

Hello,

I have developed a plugin which uses Aspose license.

The license file (Aspose.Words.lic) is copied under META-INF\lib\ directory. 

The license file reference is made using following code:

  license.setLicense("META-INF/lib/Aspose.Words.lic");

 

The plugin JAR contains the Aspose.Words.lic as part of it, however the plugin fails and it seems code is not able to locate the license file. 

Any pointers in this regard will be greatly appreciated.

 

Regards,

Abhay

  Discussion posts and replies are publicly visible