I have 1 DLL file need to call from Java, but when I run the Java app, I got the following error
Exception in thread "main" java.lang.UnsatisfiedLinkError: isBluetoothAvailable
at Test1.isBluetoothAvailable(Native Method)
at Test1.main(Test1.java:11)
=============
Here the java app
Here the C++ DLL file
Here the C++ header file
Here the C++ code example how to use DLL
Exception in thread "main" java.lang.UnsatisfiedLinkError: isBluetoothAvailable
at Test1.isBluetoothAvailable(Native Method)
at Test1.main(Test1.java:11)
=============
Here the java app
Here the C++ DLL file
Here the C++ header file
Here the C++ code example how to use DLL