We are evaluating the AdvanReader-10 Java SDK on Raspberry Pi OS 64-bit (AArch64).
Our application already runs on Linux x86_64 using the provided 64-bit library. An ARM64 JNI library would allow us to deploy natively on Raspberry Pi OS 64-bit without maintaining a separate 32-bit runtime
Currently the repository provides native libraries for:
- linux-x86
- linux-amd64
- linux-arm
- linux-armhf
However, we could not find a native library for Linux ARM64 (AArch64).
Would it be possible to provide a linux-arm64 / linux-aarch64 build of the JNI native library?
Having an ARM64 version would allow the SDK to run natively on Raspberry Pi OS 64-bit without requiring a 32-bit userspace or a separate compatibility container.
Thank you!
We are evaluating the AdvanReader-10 Java SDK on Raspberry Pi OS 64-bit (AArch64).
Our application already runs on Linux x86_64 using the provided 64-bit library. An ARM64 JNI library would allow us to deploy natively on Raspberry Pi OS 64-bit without maintaining a separate 32-bit runtime
Currently the repository provides native libraries for:
However, we could not find a native library for Linux ARM64 (AArch64).
Would it be possible to provide a
linux-arm64/linux-aarch64build of the JNI native library?Having an ARM64 version would allow the SDK to run natively on Raspberry Pi OS 64-bit without requiring a 32-bit userspace or a separate compatibility container.
Thank you!