I am trying to code for a motorola RFID reader using java and a mac os.
The error is:
`Exception in thread "main" java.lang.UnsatisfiedLinkError: no RFIDAPI3_JNI_HOST in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1045)
at com.mot.rfid.api3.API3Natives.<clinit>(API3Natives.java:2087)
at com.mot.rfid.api3.RFIDReader.connect(RFIDReader.java:371)
at EventHandler.connectToReader(EventHandler.java:94)
at main.main(main.java:11)`
searching for the solution, looks like I need a RFIDAPI3_JNI_HOST.dll, I have this file I don't know if there is a way to use it on mac/linux systems.
Is there a way to code/debug/run for this RFID reader using mac ? Is the solution find a way to use this .dll on java path on mac ?
Thanks in advance.