<a href="https://forum.aspose.com/t/64202
Hi,
Please get all the latest JARs from the latest zip file:
Aspose.Cells for .NET 7.1.1
Once, you get them, then update the aspose.cells jar with this latest MINOR release:
Aspose.Cells
for Java v7.1.1.4
Suppose, you are using JDK 1.6, then finally, you will have these JAR files.
- aspose-cells-7.1.1.4.jar (this
is the latest aspose.cells jar) Download Link: Aspose.Cells for Java v7.1.1.4 - bcprov-jdk16-146.jar
- dom4j-1.6.1.jar
- stax2-api-3.0.2.jar
- woodstox-core-asl-4.1.1.jar
Hi,
Hi,
It means, you are not setting the license.
Please go through this documentation topic for your help how to set a license and proceed.
Hi,
Hi,
Thanks for your code example.
I can now see the source of your problem. You need to set Aspose.Cells license separately and Aspose.Words license separately,
So your code should look like this
InputStream asposeLicW = new FileInputStream(“D:\Aspose.Total.Java.lic”);
com.aspose.words.License licenseW = new com.aspose.words.License();
licenseW.setLicense(asposeLic);
InputStream asposeLicC = new FileInputStream(“D:\Aspose.Total.Java.lic”);
com.aspose.cells.LicenseC license = new com.cells.cells.License();
licenseC.setLicense(asposeLicC);
hi,
Hi,
It’s good to know your issue is resolved now.
I am not sure why older versions were working properly. They should also have shown warning.