FengGUI and JME 2.0

I'm trying to create a simple JME app that uses FengGUI but keep running into errors that I believe are related to mismatching jars. Does anyone know, for JME 2.0, which version of FengGUI and lwjgl should I be using?

jme2 - lwjgl 2.1 (comes with jme) and you need fenggui from source.

There is no FengGUI release using lwjgl2.1 yet.



If you don’t want to create the FengGUI jar yourself, you can try to use this one: FengGUI.jar.

Thanks, I appreciate your help.