Hello,
Running Aspose.Words 18.12 for Java in Web Application Server Resin 4.0.59 and Java 8 I get the following error:
failed scanning class META-INF/versions/9/module-info.class
java.lang.IllegalStateException: META-INF/versions/9/module-info.class: ‘19’ is an unknown constant pool type.
java.lang.IllegalStateException: META-INF/versions/9/module-info.class: ‘19’ is an unknown constant pool type.
at com.caucho.bytecode.ByteCodeClassScanner.error(ByteCodeClassScanner.java:575)
The error caused by the fact that this file /versions/9/module-info.class is compiled by Java 9 but all other classes in the library are compiled by Java 6.
Could you please compile the file also for Java 6/7/8?
Best regards, Evgeniy