Arg why is this happening, i have imported all the jars that came with the latest nightly build but still nothing.
something fishy is going on.
EDIT:
i traced it back…
it works with:
import com.jmex.model.*;
but once i add XMLparser to the end it gives the error
Because that package was removed as part of the jME 1.0 release… Check http://www.jmonkeyengine.com/jmeforum/index.php?topic=5730.0
aaaah ok thanks alot!
Ok but what do i use instead of JmeBinaryReader?
it says something about binaryimporter, is this the same thing?
As that thread mentions, yes, BinaryImporter/Exporter are the replacements for JmeBinaryReader/Writer.
Just be aware that they do not use the same binary format.