在哪里可以下载最新版本的 Scene Builder for Java?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/28808130/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where exactly can I download the latest version of Scene Builder for Java?
提问by Zareh
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.
我搜索了 Oracle 的站点,但找不到要下载的实际可执行文件。我得到的站点指向旧版本,或者指向 Scene Builder 的源。我正在寻找最新版本的 Scene Builder 的实际 windows/mac 可执行安装程序。
采纳答案by prasadmadanayake
Here are both version 1.x and 2.x scene builders http://www.oracle.com/technetwork/java/javafxscenebuilder-1x-archive-2199384.html
这里有 1.x 版和 2.x 版场景构建器 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
此项目已移至 openjfx 项目。所以你可以从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
这是 jdk 8u40 的场景构建器 http://hg.openjdk.java.net/openjfx/8u/rt/file/5fc0ddb42776/apps/scenebuilder
回答by 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.
遗憾的是,Oracle 已决定不再为 Scene Builder 提供二进制下载。据我所知,他们的推理似乎是场景构建器项目的主要目标现在是提供 SceneBuilderKit 以在 IDE 中集成(当然,IDE 开发人员将自己编译它)而不是支持单独的 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.
但是,由于 Scene Builder 已经开源,第三方可以提供二进制构建供下载。我所知道的一种是 Gluon;你可以查看他们的下载页面。他们目前提供的最新版本足以支持 JDK 8u40 中包含的新控件。
For more information, you may want to read the discussions about 8u40 release on the openjfx-dev mailing list.
有关更多信息,您可能需要阅读 openjfx -dev 邮件列表上有关 8u40 版本的讨论。
回答by scuro
Recent builds can also be found here: http://gluonhq.com/products/scene-builder/
最近的构建也可以在这里找到:http: //gluonhq.com/products/scene-builder/
Besides a runnable jar, they provide native installers as well.
除了可运行的 jar,它们还提供本机安装程序。
回答by Dips yadav
You can download the latest version of screen builder from the following URL according to your platform http://gluonhq.com/open-source/scene-builder/
您可以根据您的平台从以下网址下载最新版本的屏幕生成器 http://gluonhq.com/open-source/scene-builder/
回答by Andreas
I've successfully pulled and compiled Scene Builder from here:
我已经成功地从这里提取并编译了 Scene Builder:
http://hg.openjdk.java.net/openjfx/8u-dev/rt/file/a607b58ec579/apps/scenebuilder
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.
尽管它是 dev 分支,但事实证明 dev build 非常稳定。