Re: Looking for examples of Nifty Gui + JOGL2
Posted by
gouessej on
Feb 23, 2013; 8:11am
URL: https://forum.jogamp.org/Looking-for-examples-of-Nifty-Gui-JOGL2-tp4028323p4028324.html
Hi
At first, you can simply use the provided examples and replace the class relying on the competitor of JOGL by ours as you already did in your short piece of code.
Secondly, you're not in the wrong way, you see a class is not found, there is something wrong with your classpath, you have to add the dependencies of Nifty GUI into it (at least eventbus.jar, xpp3, easymock and esamockextension). I have just noticed that they moved to Maven which basically means that they don't provide the JARs of their dependencies. I admit it is becoming tricky now. Can you rather use Maven to build Nifty GUI?