I am writing an application to export data to an Excel sheet.
I downloaded the Apache POI libraries and I included the following libraries to my project: - poi-4.0.1.jar
While converting jar to native image using graalvm, I'm getting the following runtime error. The jar is getting executing using the command prompt.