BlueCove 库 bluecove 不可用 - 使用 Bluecove/Java 时出错

发布于 2024-11-07 02:16:07 字数 636 浏览 1 评论 0原文

如何在 Ubuntu 11/Eclipse IDE 中安装 Bluecove?

据我所知,我所要做的就是将 bluecove.jar 和 bluecove-gpl.jar 添加到 Eclipse 中项目的构建路径中。

我正在使用此处找到的一些示例 Bluecove 代码:http://bluecove。 sourceforge.net/bluecove/apidocs/overview-summary.html#DeviceDiscovery

当我编译它时,出现错误:本机库 bluecove_x64 不可用 线程“main”中的异常 javax.bluetooth.BluetoothStateException: BlueCove 库 bluecove 不可用

显然,当我执行此操作时,我的蓝牙 USB 适配器已插入... 我肯定已经安装了 BlueZ 协议栈。

我做错了什么? 64 位 Linux 支持 Bluecove 吗?我也尝试将其安装在 CentOS 5.5 机器上,但没有成功。

任何帮助将不胜感激。谢谢

How do I install Bluecove in Ubuntu 11/Eclipse IDE?

As far as i was aware, all I had to do was add the bluecove.jar and bluecove-gpl.jar to the Build-Path of the project within Eclipse.

I'm using some sample Bluecove code found here: http://bluecove.sourceforge.net/bluecove/apidocs/overview-summary.html#DeviceDiscovery

When I compile it, I'm getting an error: Native Library bluecove_x64 not available
Exception in thread "main" javax.bluetooth.BluetoothStateException: BlueCove library bluecove not available

Obviously, my Bluetooth USB dongle is plugged in when I do this...
I definitely have BlueZ protocol stack installed.

What am I doing wrong? Is Bluecove supported by 64-bit Linux? I've also been trying to get it installed on a CentOS 5.5 machine as well, but with no luck.

Any help would be greatly appreciated. Thank-you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

负佳期 2024-11-14 02:16:07

我找到了问题的解决方案。

对于 ubuntu 版本

sudo apt-get install libbluetooth-dev 

对于 fedora 版本

yum install bluez-libs-devel

应该可以解决问题

来源:http://bluecove.org/bluecove-gpl/

来源:< a href="http://yasir03.online.fr/?p=267">http://yasir03.online.fr/?p=267

该软件包在 CentOS 5.5 中具有不同的名称... 这是

bluez-libs-devel-3.7-1.1.x86_64  <---64-bit
bluez-libs-devel-3.7-1.1.i386  <---32-bit

I found an solutution to the problem.

for ubuntu version

sudo apt-get install libbluetooth-dev 

for fedora version

yum install bluez-libs-devel

should do the trick

Source: http://bluecove.org/bluecove-gpl/

Source: http://yasir03.online.fr/?p=267

The package has a differant name in CentOS 5.5... it is

bluez-libs-devel-3.7-1.1.x86_64  <---64-bit
bluez-libs-devel-3.7-1.1.i386  <---32-bit
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文