manniru / bluecove

Automatically exported from code.google.com/p/bluecove
0 stars 0 forks source link

"Native Library bluecove not available" error message while sending file from Eclipse #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to sending file using bluecove from my java application in
Eclipse 3.5 IDE
2. having bluecove-2.1.0.jar and bluecove-gpl-2.1.0.jar, libbluecove.so in
the Eclipse build path
3.

What is the expected output? What do you see instead?
expected output: "BlueCove version 2.1.0 on bluez"
what I see here: Native library bluecove not available

What BlueCove version are you using (include build number for SNAPSHOT)? On
what operating system and jvm? Is this 64-bit or 32-bit OS and jvm?
BlueCove 2.1.0
Ubuntu 9.04, 32 bit
JRE 1.6.0_14
Eclipse 3.5 version

Please provide any additional information below.
I have set the following:
PATH --> includes JAVA_HOME, shared library path of libbluetooth.so,
libbluecove.so
CLASSPATH --> where the bluecove-2.1.0.jar and bluecove-gpl-2.1.0.jar files
are available, I kept it in the eclipse/plugins folder
LD_LIBRARY_PATH --> /usr/lib
bluez-utils 4.12-0ubuntu5

I could send any file from bluecove example standalone applications, but
not through Eclipse. Please guide me
Please use "Attach a file" when uploading stack traces or other big files!

Original issue reported on code.google.com by royalibr...@gmail.com on 20 Aug 2009 at 10:10

GoogleCodeExporter commented 9 years ago
On debugging I am getting PrivilegedActionException on this
AccessController.doPrivileged(new PrivilegedExceptionAction() function. What is 
the
reason for this exception?

Original comment by royalibr...@gmail.com on 21 Aug 2009 at 5:18

GoogleCodeExporter commented 9 years ago
javax.bluetooth.BluetoothStateException: BlueCove library bluecove not available
getting this exception while switching on the server,testing application 
Moccatroller.sh...this happens when wait is clicked.

I have put bluecove-2.1.0.jar and bluecove-gpl-2.1.0.jar in jvm folder and also 
pointed by JAVA_HOME and CLASSPATH....any suggestions

Original comment by darbari....@gmail.com on 1 Sep 2010 at 2:42