Hi, I’m trying to re-write the basic samples using the java wrapper but when I try the static Astra.initialise() method I get a failure saying “Exception in thread “main” java.lang.UnsatisfiedLinkError: no astra_jni in java.library.path”
I’ve loaded astra, astra_core and astra_core_api using System.loadLibrary but can’t see the astra_jni anywhere in the SDK downloads? Any help gratefully appreciated
Also, is there any documentation anywhere on using the java wrapper, or the SDK in general?
Edit: Looking on git in the src folder there is a something for JNI but that seems missing from the downloaded SDK folders so maybe it wasn’t included for some reason? The actual call is in the NativeMethods class when I call the initialise and the line it fails on (unsurprisingly) is
System.loadLibrary("astra_jni");
Thanks
Steve