We are getting the below error while deploying the aspose jar in tomcat. Can you advice us how to resolve this?
SEVERE: Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [file:/C:/Temp/Tomcat/wtpwebapps/DDARest/WEB-INF/lib/aspose-words-20.9.0-jdk17.jar] for annotations
org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
at org.apache.tomcat.util.bcel.classfile.ConstantPool.(ConstantPool.java:55)
at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:176)
at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:85)
at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2042)