| View previous topic :: View next topic |
| Author |
Message |
jokane
Joined: 20 Aug 2008 Posts: 3
Digg It |
Posted: Fri Aug 22, 2008 4:01 am Post subject: How to force Bluecove to Widcomm? |
|
|
I managed to get my Dell 355 Bluetooth chipset to install the Widcomm drivers. But I still can't get Bluecove to use the Widcomm stack, it still uses winsock. My understanding is that Vista requries the Windows stack and will add the Widcomm drivers on the side.
I read I could use this line:
-Dbluecove.stack.first=widcomm
But I don't know what to do with this line exactly. I'm a little new to this stuff so if someone could spell out what I do exactly, please let me know!
I'm just trying to run the test app in WiimoteJ.
OS: Vista 64
WiiremoteJ 1.5
Bluecove 2.0.3
Widcomm 6.0.1.2400 |
|
| Back to top |
|
 |
ttwhy
Joined: 13 Apr 2008 Posts: 7
Digg It |
Posted: Tue Oct 07, 2008 1:27 pm Post subject: |
|
|
its just a parameter which can be entered after you
| Code: | | java [parameter] -jar jarfiletoexecute |
so if your test app is compiled:
goto where the class file is:
| Code: | | java -Dbluecove.stack.first=widcomm FileToExecute |
or if you using eclipse -> the the parameter (section -> parameters... who could image that?) in your "run" settings.
you can also try to install a new OS (Win)vista suxx <3 |
|
| Back to top |
|
 |
|