Error while initializing aspose jar in tomcat 10.0.16 on linux machine

We are facing following error while initializing aspose jar in tomcat 10.0.16 on linux machine.

Can you suggest which jars can cause this initialization error. We are using JAVA 1.8.

java.lang.NoClassDefFoundError: Could not initialize class com.aspose.cells.a.c.zh
com.aspose.cells.zapn.e(Unknown Source)
com.aspose.cells.zapn.d(Unknown Source)
com.aspose.cells.zapn.a(Unknown Source)
com.aspose.cells.zapn.a(Unknown Source)
com.aspose.cells.ztb.f(Unknown Source)
com.aspose.cells.ztb.(Unknown Source)
com.aspose.cells.zjq.a(Unknown Source)
com.aspose.cells.zjq.a(Unknown Source)
com.aspose.cells.zjq.a(Unknown Source)
com.aspose.cells.Workbook.a(Unknown Source)
com.aspose.cells.Workbook.(Unknown Source)

@ketaki2092,

The exception message shows that your application/program could not access/find the Aspose.Cells JAR file(s). Please make sure you add the library (reference) properly in your Java application/project. We recommend you to kindly try using latest version/fix: Aspose.Cells for Java 22.6 with JDK 1.8 in your linux environment and share your feedback with complete stack trace, sample file and sample code if you still find the issue.