.jme loading in jme2 , help

hi all



how can i load and import (.jme) models in jme2 package??  :?

BinaryImporter.getInstance().load(url)  should pretty much do that, cast it to whatever was saved (Node or Spatial propably).

Where do you have the .jme from ? If it was created with jme1 it propably wont be compatible with jme2.