JMonkey libraries for Eclipse

Hi

I am new to game development and I cannot find the link to download the libraries for setting up jm3 in eclipse

Can anyone provide me with the correct link.

Thank you

Welcome Christie :slight_smile:
If you are new, you really should download the JME3 SDK and go at least through the beginner tutorials:
http://davidb.github.io/sandbox_wiki_jme/jme3.html#tutorials-for-beginners

The latest download you can find here:

Have fun !

If you dont want to use the SDK, your best bet is to setup a gradle project to pull in the correct dependencies and then let Eclipse manage it as a gradle project.

The plugin for gradle support is called Buildship. I havent used Eclipse in years, so I cant explain how to set it up.

However, bear in mind, there are many convenience tools that will make learning easier in the SDK. Without them, it will make learning more difficult.

Thank you Domenic