Classes JmeBinaryReader, BinaryToXML and FormatConver

Hello community

right now I’m creating an application to convert a obj file … to j3o. There is an example in this link:

http://jmonkeyengine.googlecode.com/svn-history/r2484/trunk/src/jmetest/TutorialGuide/HelloModelLoading.java

but uses a number of classes that are in a jar to download model but has no JmeBinaryReader, BinaryToXML classes and FormatConver (com.jmex.model.XMLparser.JmeBinaryReader, com.jmex.model.XMLparser.Converters.FormatConverter, com.jmex. model.XMLparser.BinaryToXML) can help me with the jar file containing all. Otherwise, I can outline the steps to change a file to obj … j3o.

Thank you

How did you even find that old jME2 example :? Why don’t you just go to the manual and enter “save j3o”?

If you don’t use the SDK and don’t have the included manual (F1 key), this is where you should look for jME3 documentation:
https://wiki.jmonkeyengine.org/legacy/doku.php/jme3

It also includes a page on saving j3o files:
https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:save_and_load

Thank you so much Normen Hansen… the example is very old…

I search in google and this is what I found, but I get it as it is, thank you very much again. I’ll try and answer you as I will.