Nightly builds out of date

I wanted to put JM in eclipse, but the nightly builds at
http://nightly.jmonkeyengine.org/ are really old. Where can I grab new
ones?

http://updates.jmonkeyengine.org/stable/3.0/engine

USE THE STABLE VERSION!

Btw, heres the documentation for installing in eclipse:
https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:setting_up_jme3_in_eclipse

Well, I want to use the nightly version right now, and I’ve read the install instructions, but I just needed the nightly build. But thank you for the link, as I apparently am looking for http://updates.jmonkeyengine.org/nightly/3.0/engine/ not http://nightly.jmonkeyengine.org/ . I suggest updating the binaries link here: https://wiki.jmonkeyengine.org/legacy/doku.php

@ket1999 said: Well, I want to use the nightly version right now, and I've read the install instructions, but I just needed the nightly build. But thank you for the link, as I apparently am looking for http://updates.jmonkeyengine.org/nightly/3.0/engine/ not http://nightly.jmonkeyengine.org/ . I suggest updating the binaries link here: https://wiki.jmonkeyengine.org/legacy/doku.php

Where exactly? There is no nightly build at the moment btw. you have to build it yourself from GitHub.

Eh, it’s not nightly, but it was 3/19/14 which is close enough. Also, while building on my Windows machine in ran into a C++ compiler problem, so I wasn’t able to do that.

@ket1999 said: Eh, it's not nightly, but it was 3/19/14 which is close enough. Also, while building on my Windows machine in ran into a C++ compiler problem, so I wasn't able to do that.

(nvm about the previous post, found the link you meant) Just set buildNativeProjects to false in the gradle.properties file

Okay, I will.