BTReceive uploads to my brick over bluetooth no problem, but when I run BTSend on my PC, I get the following output:
- Code: Select all
Native Library bluecove not available
BTSend Log.listener: Error: Exception connecting to NXT.
BTSend Log.listener: Caused by lejos.pc.comm.NXTCommException: Open of NXT failed.
BTSend Log.listener: at lejos.pc.comm.NXTCommBluecove.open(NXTCommBluecove.java:136)
BTSend Log.listener: Caused by javax.bluetooth.BluetoothStateException: BlueCove library bluecove not available
BTSend Log.listener: at com.intel.bluetooth.BlueCoveImpl.loadNativeLibraries(BlueCoveImpl.java:381)
BTSend Log.listener: Failed to connect to any NXT
Failed to connect to any NXT
pccomm.jar and bluecove.jar are both in the classpath of the project. Further, I the 32bit Java priority over 64, but still no luck.
I'm using java 1.6, leJOS 0.9.1, and Mac OS 10.7.3
Any advice would be so much appreciated!
