JME3 documentation main page

“Using any other IDE – create a Java SE project and place jMonkeyEngine3.jar and all JARs from the lib directory on the Classpath.”



I guess that should be “Using any other IDE – create a Java SE project and place jMonkeyEngine3.jar and all JARs from the ./jmonkeyplatform/jmonkeyplatform/libs directory on the Classpath.”



There are multiple “lib” directories, and it seems the one that’s actually required is called libs, not lib.

The mentioned lib directory is the lib directory of the JME3 distribution (available from nightly builds), not from the SDK distribution (JME3+JMP).

If you want to use another IDE there is no point in downloading JMP sdk just take the JME3 distribution

Aaah, I see. Thanks.