filberttapaha
New member
- Jan 24, 2011
- 0
- 0
- 0
I tried running a demo app from motej which is a java-based library for programming with the wiimote. My laptop does not have built-in bluetooth, so I am forced to use a bluetooth dongle. When I run the java app using Eclipse, I get this error in the console...
BlueCove version 2.1.1-SNAPSHOT on winsock
Exception in thread "connect: 00241EA422A3" java.lang.RuntimeException: com.intel.bluetooth.NotSupportedIOException: Not Supported on winsock
at motej.Mote.<init>(Mote.java:92)
at motej.MoteFinder$1$1.run(MoteFinder.java:107)
Caused by: com.intel.bluetooth.NotSupportedIOException: Not Supported on winsock
... 2 more
Any Java developers can tell me what this means?
BlueCove version 2.1.1-SNAPSHOT on winsock
Exception in thread "connect: 00241EA422A3" java.lang.RuntimeException: com.intel.bluetooth.NotSupportedIOException: Not Supported on winsock
at motej.Mote.<init>(Mote.java:92)
at motej.MoteFinder$1$1.run(MoteFinder.java:107)
Caused by: com.intel.bluetooth.NotSupportedIOException: Not Supported on winsock
... 2 more
Any Java developers can tell me what this means?