How do I get connect the wiimote to my VistaPC via Bluetooth dongle?

filberttapaha

New member
Joined
Jan 24, 2011
Messages
0
Reaction score
0
Points
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?
 
Back
Top