anvo / rf24-bcm-java

Java wrapper for the nRF24L01 library
9 stars 5 forks source link

Library Error #4

Open osakturk opened 6 years ago

osakturk commented 6 years ago

Hi, There is an error like "java.lang.UnsatisfiedLinkError: no rf24-bcm-java in java.library.path" this when i write static block. If i dont write static block thats change like "Exception in thread "main" java.lang.UnsatisfiedLinkError: com.github.stanleyseow.rf24bcmjavaJNI.new_RF24SWIG_1(SSJ)J at com.github.stanleyseow.rf24bcmjavaJNI.new_RF24SWIG_1(Native Method)" this. How can i solve this error?

Thanks for spending time on this :)