Where exactly can I download the latest version of Scene Builder for Java?

JavaScenebuilder

Java Problem Overview


I've searched around Oracle's sites and cannot find the actual executable to download. I get sites that point to older versions, or to the source of Scene Builder instead. I'm looking for the actual windows/mac executable installer for the latest version of Scene Builder.

Java Solutions


Solution 1 - Java

Here are both version 1.x and 2.x scene builders http://www.oracle.com/technetwork/java/javafxscenebuilder-1x-archive-2199384.html

This project was moved to openjfx project. So you can get the latest source code and any other version from http://hg.openjdk.java.net/openjfx

This is the scene builder for jdk 8u40 http://hg.openjdk.java.net/openjfx/8u/rt/file/5fc0ddb42776/apps/scenebuilder

Solution 2 - Java

Sadly, Oracle has decided to no longer provide binary downloads for Scene Builder. Their reasoning, as far as I can tell, seems to be that the main goal for the scene builder project is now to provide the SceneBuilderKit for integration inside IDEs (and IDE developers will, of course, compile it themselves) rather than the stand-alone SceneBuilderApp.

However, since Scene Builder has been open sourced, third parties can provide binary builds for download. One I'm aware of is Gluon; you can check out their downloads page. The version they currently offer is recent enough to support the new controls included in the JDK 8u40.

For more information, you may want to read the discussions about 8u40 release on the openjfx-dev mailing list.

Solution 3 - Java

Recent builds can also be found here: http://gluonhq.com/products/scene-builder/

Besides a runnable jar, they provide native installers as well.

Solution 4 - Java

You can download the latest version of screen builder from the following URL according to your platform http://gluonhq.com/open-source/scene-builder/

Solution 5 - Java

I've successfully pulled and compiled Scene Builder from here:

http://hg.openjdk.java.net/openjfx/8u-dev/rt/file/a607b58ec579/apps/scenebuilder

Althought it's dev branch, dev build proved to be pretty stable.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionZarehView Question on Stackoverflow
Solution 1 - JavaprasadmadanayakeView Answer on Stackoverflow
Solution 2 - JavaCyäeghaView Answer on Stackoverflow
Solution 3 - JavascuroView Answer on Stackoverflow
Solution 4 - JavaDips yadavView Answer on Stackoverflow
Solution 5 - JavaAndreasView Answer on Stackoverflow