Libraries not found

Hello,
I look for import those libraries:
import jme3blend.BlenderFile;
import jme3blend.FileBlock;
import jme3blend.any.ObjectData;
but i don’t found the .jar file.
Could you help me if you have the link to download it?
thanks

1 Like

Try adding the jme3-blender to your project libs, in Project Configuration > Libraries window.

1 Like

I look for jme3-blender library!!!
i don’t found jme3-blender .jar

1 Like

Where? In the SDK? Then you didn’t look very well.

If not in the SDK… then what are you using?

We could give you 100 different answers based on the guesses to those questions but it would just be easier if you provided all of the information we need to answer.

1 Like

I look for import jme3-blender in Eclipse but i don’t found the jar of this library

1 Like

Where did you download jMonkey? From Github? (Releases · jMonkeyEngine/jmonkeyengine · GitHub)

2 Likes

thank you

1 Like

You can always fetch the jars from bintray too, if you wish to use them in any other IDE, but I suggest you to first try the sdk that others pointed out.

1 Like