tongo / ble-java

A Java BLE (bluetooth 4.0) library for bluez.
MIT License
42 stars 19 forks source link

java.lang.UnsatisfiedLinkError: no unix-java in java.library.path #16

Open Philipeer opened 2 years ago

Philipeer commented 2 years ago

Hello,

I have the same problem https://github.com/tongo/ble-java/issues/8. But nothing works for me. I tried, after successful build, just run the ExampleMain.java in test/java. I have all dependencies and also checked the java library path, unix-java is also here. I tried it on two different VMs with the same result. Am I supposed to run this ble-java differently?

obrazek

Thanks!

dquincoces commented 11 months ago

This worked for me: apt install libunixsocket-java