Today I got temporary license for aspose.java.word.
When I am trying to set license by FileInputStream, it works.
But I want to get lic file from my lib folder that contains the aspose.jdk.
I placed it there but when I try to set license by this way, it throws exception:
Cannot find license ‘Aspose.Words.lic’.
License license = new License();
license.setLicense(“Aspose.Words.lic”);
Can you help me?