简体   繁体   English

蓝牙服务器中的本机库丢失错误

[英]native library missing error in Bluetooth Server

When I try to run Bluetooth server, I got this error. 当我尝试运行Bluetooth服务器时,出现此错误。

I'm using Windows7 64 bit, i5 system. 我正在使用Windows7 64位i5系统。

C:\Bluetooth Server>java BluetoothServer
Native Library intelbth not available
Native Library bluecove not available
Exceptionjavax.bluetooth.BluetoothStateException: BlueCove not available

How can I overcome this error? 我该如何克服这个错误?

bluecove需要一个本机库,检查它是否可用(我不是Windows人,但是我记得它必须驻留在system32或类似的库中)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我在 raspberry pi 上运行 debian wheezy 的 Java 蓝牙服务器需要 bluecove 本机库 - 我在哪里可以找到它? - My Java bluetooth server on raspberry pi running debian wheezy needs bluecove native library - where can I find it? Mysql Cluster安装中缺少ndbclient本机库 - ndbclient native library is missing in Mysql Cluster installation 找不到JNA库和本机库错误 - JNA library and native library not found error Eclipse中缺少JBoss Server运行时库 - Missing JBoss Server Runtime Library in Eclipse Netbeans 8.2安装本机库错误 - Netbeans 8.2 installing native library error Netbeans 8.0.2 安装本机库错误 - Netbeans 8.0.2 installing native library error JTDS错误:未加载本机SSPI库 - JTDS error: Native SSPI library not loaded 设置WebLogic Server 11g时出错(10.3.6):找不到本机库从命令行安全地读取密码 - Error setting up WebLogic Server 11g (10.3.6): Native Library to read the password securely from commandline is not found 使用蓝牙服务时,如何摆脱“您是否缺少对unregisterReceiver()的呼叫?”错误? - How can i get rid of getting “Are you missing a call to unregisterReceiver()?” error while using BlueTooth service? Android本机库:尝试加载JNI本机库时出现运行时错误 - Android Native library: Runtime error when trying to load JNI native library
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM