JME 2.0 source problem

Hi, im trying to build code from Radakan which Momoko_fan maintains. I can't reach him right now. I'm having troubles to run it. I have no warranties that it should actually run as it is though.



But, anyhow I noticed something strange. When Checking out the SVN repo of JME 2.0 the class JMECanvas is in the com.jme.system.canvas package but if I browse the code online and what Radakan source code has is com.jmex.awt.



Perhaps I'm getting a different version when I Checkout the JME 2 ??? I'm using Netbeans to make the checkout and I'm writing "http://jmonkeyengine.googlecode.com/svn/trunk/" without the jmonkeyengine-read-only because I can only put the URL. Could this be it or is it something else???

It was only recently moved to that package, so his code probably does not reflect that yet.

Ok found the problem, at least the JME problem… the refactoring works now.



I was compiling JME with LWJGL 2.0 but I was running the project with old LWJGL. That would throw a NullPointerException somewhere where the infamous GLU was used implicitly without saying anything about GLU though. I found out when trying to compile JME with old lwjgl that it definitely need the new one because of GLU and then realized the projects was running on old one.



Remember to get the newest lwjgl from your local provider before posting!!! :slight_smile: