Downloads
Mac OS X dmg
JavaFX Scene Builder 2.0.1_8u51-b16.dmgJar Files
JavaFX Scene Builder 2.0.1_8u51-b16.zip* The dmg version contains bundled JRE 8u51. (Using AppBundler to create the .app package.)
Building Scene Builder 8u51-b16 on Mac OS X
Prerequisites
You need to install JDK 8u51, Apache Ant, and Mercurial.
To download the source
$ hg clone http://hg.openjdk.java.net/openjfx/8u-dev/rt/
To update the working copy
$ cd rt $ hg update -C 8u51-b16
To switch JDK to 8u51
$ export JAVA_HOME=`/usr/libexec/java_home -v 1.8.0_51`
To build
$ cd apps/scenebuilder $ ant -Dplatforms.JDK_1.8.home=$JAVA_HOME jar
That's it. Congratulations!
License
Oracle BSD License
OpenJDK
http://openjdk.java.net/
Apache Ant
http://ant.apache.org/
Mercurial
http://mercurial.selenic.com/