Thanks Uwe for your advice, I got it to compile and run but as always it never that easy...
The first warning-
"Sep 10, 2009 8:24:26 AM org.jdesktop.application.SingleFrameApplication initRootPaneContainer
WARNING: couldn't restore sesssion [mainFrame.session.xml]
org.jdesktop.application.LocalStorage$LSException: load failed "mainFrame.session.xml"
at org.jdesktop.application.LocalStorage.load(LocalStorage.java:150)....
Caused by: java.lang.ClassNotFoundException: org.jdesktop.application.SessionStorage$WindowState"
I am guessing this is not very important (Maybe caused by the commented out JAI lines) and has nothing to do with the following error -
Sep 10, 2009 8:25:12 AM wiiremotej.WiiDeviceDiscoverer deviceDiscovered
SEVERE: Error discovering device.
java.io.IOException: Can't query remote device
at com.intel.bluetooth.RemoteDeviceHelper.getFriendlyName(RemoteDeviceHelper.java:404)
at javax.bluetooth.RemoteDevice.getFriendlyName(RemoteDevice.java:130)
at wiiremotej.WiiDeviceDiscoverer.deviceDiscovered(WiiDeviceDiscoverer.java:63)
at com.intel.bluetooth.BluetoothStackBlueSoleil.deviceDiscoveredCallback(BluetoothStackBlueSoleil.java:278)
at com.intel.bluetooth.BluetoothStackBlueSoleil.runDeviceInquiryImpl(Native Method)
at com.intel.bluetooth.BluetoothStackBlueSoleil.runDeviceInquiry(BluetoothStackBlueSoleil.java:262)
at com.intel.bluetooth.DeviceInquiryThread.run(DeviceInquiryThread.java:103)
I get the same in the log window.
Ive search around and found that some people solve this "Can't query remote device" error by changing the .getFriendlyName() method to false... not sure this is good advice and they where also not working with wiimotes. What is your take on it? I understand this would require getting the src code for the wiiremotej api and editing the bluetooth connection method and recompling to a jar file.
I also understand that it could be my bluetooth stack. If this is the problem it would be a easy fix, right?
If it matter I am able to run Smoothboard and it works fine
Any help is greatly appreciated, thank you very much your previous response.
I am using BlueCove version 2.1.0 on bluesoleil