Hi,
I'm using Aspose.cells for Java in a JavaWebStart application.
JavaWebStart has to unzip the contents of the reference librairies, and in the aspose-cells librairy, in the package com.aspose.cells, there are a lot of duplicate classes, like aa.class and aA.class etc...
And when JavaWebStart extract this librairy, or when I try to sign my JAR with jarsigner, I get this error :
java.util.zip.ZipException: dupllicate entry for: com/aspose/cells/a.class
the same kind of error appears when you manually extract aspose-cells.jar.
Why are there so many classes with the same name?
Are they all used?
And is there a way to avoid this error?
Thank you
Hasan.