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

↘锁芯ラ 提交于 2019-11-27 00:11:07

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

Cyäegha

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.

scuro

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

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

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

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!