Shared Objects runtime issue

We are using shared objects librfidapi32jni.so on jetson nano 4GB in our JAVA program.
This program runs perfectly fine on other machines, but i am facing below error on Jetson Nano.

(Possible cause: can’t load AMD 64-bit .so on a AARCH64-bit platform)

Is there any mode/way using which we can run this on Jetson Nano.

Any help is appreciated.

I think you need to build the libs or APP for ARM base system.