| View previous topic :: View next topic |
| Author |
Message |
deathbysushi
Joined: 10 Jul 2007 Posts: 1
Digg It |
Posted: Tue Jul 10, 2007 5:55 pm Post subject: WiiRemoteJ with Eclipse/BlueSoleil |
|
|
Hello, I am a student trying to use WiiRemoteJ to develop some software for a research project with my computer science professor. However, I'm having problems just getting the program to run off the ground! Help would be GREATLY appreciated
I'm trying to run WiiRemoteJ on Eclipse with a BlueSoleil USB dongle. I put the files (I found a download for avetana bluetooth on sourceforge) in an ext folder as the readme instructed (I put them in the JDK, do I need to put them in another folder? JRE?) But it still throws an exception saying it can't find javax/bluetooth/... At one point I had it working but it then said it couldn't find my bluetooth stack! I know I connected the Wiimote correctly because WiinRemote works correctly with outputs.
Is there something I'm missing here? Should I use another IDE?
Thanks in advance! |
|
| Back to top |
|
 |
Classiclll
Joined: 10 Feb 2007 Posts: 94 Location: Japan
Digg It |
Posted: Mon Jul 16, 2007 4:05 pm Post subject: Re: WiiRemoteJ with Eclipse/BlueSoleil |
|
|
Hi,
I'm working on Eclipse on OSX, now.
One of my WiiRemoteJ testing project is
folder : (default package) - WRLImpl.java :sample code of WiiRemoteJ
Java Build Path of Project property
with "Add External Jars..." button, added
-WiiRemoteJ.jar
-avetanabluetooth.jar
that's all.
I hope this is useful in your problem. _________________ Classiclll |
|
| Back to top |
|
 |
redredred
Joined: 22 Jul 2007 Posts: 1
Digg It |
Posted: Sun Jul 22, 2007 12:04 pm Post subject: |
|
|
Hi,
I'm working on Eclipse with a BlueSoleil stack as well and I'm having trouble with WiiRemoteJ. When I call "findRemote" I get the following error:
SEVERE: Error discovering device.
java.lang.NullPointerException
at wiiremotej.WiiRemoteDiscoverer.deviceDiscovered(WiiRemoteDiscoverer.java:50)
at com.intel.bluetooth.BluetoothStackBlueSoleil.deviceDiscoveredCallback(BluetoothStackBlueSoleil.java:177)
at com.intel.bluetooth.BluetoothStackBlueSoleil.runDeviceInquiryImpl(Native Method)
at com.intel.bluetooth.BluetoothStackBlueSoleil.runDeviceInquiry(BluetoothStackBlueSoleil.java:170)
at com.intel.bluetooth.DeviceInquiryThread.run(DeviceInquiryThread.java:77)
I'm not sure what is causing this problem. Is it WiiRemoteJ? Is it the Bluecove implementation? |
|
| Back to top |
|
 |
Shuzz
Joined: 14 Jan 2008 Posts: 12
Digg It |
Posted: Thu Jan 17, 2008 9:46 am Post subject: |
|
|
Have you connected the Wiimote manually via the BlueSoleil panel?
If so, try not to do that, as WiiremoteJ connects the remote itself as soon as you put the remote into connect mode. |
|
| Back to top |
|
 |
|