I am using ArcGIS Maps SDK for Java 200.4.0 and am running the JAR on a Raspberry Pi 4 Model B (AArch64) with Ubuntu 22.04. When referencing the "SpatialReferences" class, the following exception is thrown:
- java.lang.NoClassDefFoundError: Could not initialize class com.esri.arcgisruntime.geometry.SpatialReferences
- Exception java.lang.UnsatisfiedLinkError: /root/.arcgis/200.4.0/jniLibs/LX64/libruntimecore.so: /root/.arcgis/200.4.0/jniLibs/LX64/libruntimecore.so: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64 .so on a AARCH64 platform)
Any updates on porting the Java SDK to AArch64?
Is there a Java SDK for AArch64? If not, can I compile it myself for my architecture?