FurBallz on website is broken

I tried running FurBallz using the link at the bottom of http://jmonkeyengine.com/index.php?option=com_content&task=view&id=52&Itemid=70&limit=1&limitstart=6 but I got the exception mentiond below:



java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.sun.javaws.Launcher.executeApplication(Unknown Source)

at com.sun.javaws.Launcher.executeMainClass(Unknown Source)

at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)

at com.sun.javaws.Launcher.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Caused by: java.lang.NoSuchMethodError: com.jme.input.InputSystem.getKeyInput()Lcom/jme/input/KeyInput;

at com.jme.furballz.FurBallzGame.cleanup(Unknown Source)

at com.jme.app.BaseGame.start(Unknown Source)

at com.jme.furballz.FurBallzGame.main(Unknown Source)

… 9 more



Gili

Yes, this is because it was pointing to the jme website for the jme jars.  Furballz is over 2 years old now though and therefore does not work with the latest jme.

Is anyone planning on fixing it or taking down the link?



Gili

The source code is available for anyone to update.  I'll do it myself at some point if no one cares to.