bluetooth - BlueCove library bluecove not available - Error using Bluecove/Java -


how install bluecove in ubuntu 11/eclipse ide?

as far aware, had add bluecove.jar , bluecove-gpl.jar build-path of project within eclipse.

i'm using sample bluecove code found here: http://bluecove.sourceforge.net/bluecove/apidocs/overview-summary.html#devicediscovery

when compile it, i'm getting error: native library bluecove_x64 not available exception in thread "main" javax.bluetooth.bluetoothstateexception: bluecove library bluecove not available

obviously, bluetooth usb dongle plugged in when this... have bluez protocol stack installed.

what doing wrong? bluecove supported 64-bit linux? i've been trying installed on centos 5.5 machine well, no luck.

any appreciated. thank-you

i found solutution problem.

for ubuntu version

sudo apt-get install libbluetooth-dev  

for fedora version

yum install bluez-libs-devel 

should trick

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

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

the package has differant name in centos 5.5... is

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

Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -