I’m using Debian Lenny in a Acer Travelmate 803LMI notebook. I tried to install and run wiimoteWhiteboard.jar after installing and adding http://bluecove.googlecode.com/files/bluecove-gpl-2.1.0.jar as described in post http://www.uweschmidt.org/comment/166 but I can’t get to run it as expected.
The log displayed from the console was:
Acer:/home/tonisoto/whiteboard/WiimoteWhiteboard# java -jar WiimoteWhiteboard.jar JarClassLoader: Warning: Unable to load native library: java.lang.NullPointerException JarClassLoader: Warning: Unable to load native library: java.lang.NullPointerException JarClassLoader: Warning: Unable to load native library: java.lang.NullPointerException JarClassLoader: Warning: Unable to load native library: java.lang.NullPointerException Null peer?! Null peer?! BlueCove version 2.1.0 on bluez 4-ago-10 2:11:59 org.uweschmidt.wiimote.whiteboard.calibration.WiimoteCalibration notifyListener INFO: Calibration Event: SCREEN_CHANGED Exception during event dispatch: java.lang.NoSuchMethodError: method java.awt.Window.isLocationByPlatform with signature ()Z was not found. at org.jdesktop.application.SingleFrameApplication.initRootPaneContainer(SingleFrameApplication.java:218) at org.jdesktop.application.SingleFrameApplication.show(SingleFrameApplication.java:269) at org.uweschmidt.wiimote.whiteboard.WiimoteWhiteboard.startup(WiimoteWhiteboard.java:136) at org.jdesktop.application.Application$1.run(Application.java:171) at java.awt.event.InvocationEvent.dispatch(libgcj.so.90) at java.awt.EventQueue.dispatchEvent(libgcj.so.90) at java.awt.EventDispatchThread.run(libgcj.so.90)
… and it hangs!
.. the strange thing about that is that I have also installed the package gtkwhiteboard and it runs as expected: I mean it connects to wiimote and it let me calibrate the screen and using it.
Any idea about my issue…?
Thanks in advance.