> I am working on resolving errors related to the DJNative libraries.
> However, can you please point me in the right direction as to why I
> might be running into the JNA-related errors that I have marked in
> bold above? I am using the jna-3.4.0.jar that I obtained
> here:
http://www.java2s.com/Code/Jar/j/Downloadjna340jar.htm. The
> original version is jna-3.2.4.jar, which fails as well, but with a
> slightly different error that starts off like this:
> Exception in thread "AWT-EventQueue-0"
> java.lang.UnsatisfiedLinkError: Can't obtain static method dispose
> from class com.sun.jna.Native
>
> I could replace the libjnidispatch.so inside the jna-3.2.4.jar
> with the aarch64-specific version that I found here:
https://github.c
> om/java-native-access/jna/tree/master/dist.
>
> What I could also do is build the libjnidispatch.so on the aarch64. I
> did find a makefile, but I couldn't find the source or the
> instructions to build JNA on aarch64.
connected. In general you can't just use the native library from a
stable version. (native + java code!)