When I try to compile jMonekeyPlatform I get this error:
public class NiftyGuiDataObject extends XmlMultiViewDataObject {
/home/katt/jmonkeyplatform/sdk/jme3-gui/src/com/jme3/gde/gui/multiview/NiftyJmeDisplay.java:56: cannot find symbol
symbol : constructor NiftyJmeDisplay()
location: class com.jme3.niftygui.NiftyJmeDisplay
ViewPort vp){
/home/katt/jmonkeyplatform/sdk/jme3-gui/src
How should I fix that?
well … i conclude from the error code that u used an empty niftydisplay constructor which doesnt exist (if i m not mistaken)
[java]NiftyJmeDisplay niftydisplay = new NiftyJmeDisplay(assetManager, inputManager, audioRenderer, guiViewPort);[/java]
normally u do it this way
greetings
Terry
But… I didn’t do anything. I just downloaded jMonkePlayform from SVN and try to compile it and got that error :S
well without code or anything, nobdy can possibly explain…
Hmm, seems to be fixed now.