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

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I found an solutution to the problem.

sudo apt-get install libbluetooth-dev 

should do the trick

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
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.