Native Library intelbth_x64 not available

Programming/Exception 2013. 4. 25. 14:09 Posted by 생각하는로뎅
반응형

run: Native Library intelbth_x64 not available Native Library bluecove_x64 not available Bluetooth is not turned on. javax.bluetooth.BluetoothStateException: BlueCove libraries not available at com.intel.bluetooth.BlueCoveImpl.createDetectorOnWindows(BlueCoveImpl.java:896) at com.intel.bluetooth.BlueCoveImpl.detectStack(BlueCoveImpl.java:439) at com.intel.bluetooth.BlueCoveImpl.access$500(BlueCoveImpl.java:65) at com.intel.bluetooth.BlueCoveImpl$1.run(BlueCoveImpl.java:1020) at java.security.AccessController.doPrivileged(Native Method) at com.intel.bluetooth.BlueCoveImpl.detectStackPrivileged(BlueCoveImpl.java:1018) at com.intel.bluetooth.BlueCoveImpl.getBluetoothStack(BlueCoveImpl.java:1011) at javax.bluetooth.LocalDevice.getLocalDeviceInstance(LocalDevice.java:75) at javax.bluetooth.LocalDevice.getLocalDevice(LocalDevice.java:95) at remotebluetoothserver.WaitThread.waitForConnection(WaitThread.java:34) at remotebluetoothserver.WaitThread.run(WaitThread.java:21) at java.lang.Thread.run(Thread.java:722) BUILD SUCCESSFUL (total time: 0 seconds)

this solution : 

http://stackoverflow.com/questions/16208633/how-to-use-the-windows7-bluetooth-in-java

lib :

http://snapshot.bluecove.org/distribution/download/2.1.1-SNAPSHOT/2.1.1-SNAPSHOT.63/

반응형