I made my module with a 3rd-party JAR file. The 3rd-party JAR file name is sapjco3.jar, and the JAR file is not supposed to change its name. If this JAR file name is modified, then an exception will be occurred.
But, when I install my module on Ignition, Ignition changes this jar file name sapjco3 artificially like that:
…\Inductive Automation\Ignition\temp\ sapjco3340385287549517404.jar
…\Inductive Automation\Ignition\data\jar-cache\sapconnectorgateway\ __ 2224554137 __ sapjco3.jar
When I run my module, Ignition loads sapjco3340385287549517404.jar. And the exception is occurred because JAR file name is not sapjco3.jar.
How can I solve this issue?