Convert to .jme

Is there some way to convert .obj or .3ds files to .jme? I am not talking about loaders in my source code but some external way to do this so I can have the .jme file.

ModelLoader is a executable class, you can load a model of any format and convert it to jme

Thanks that worked. Exactly what I needed.