在 Eclipse Luna 中使用 JavaFX (JDK 1.8.0_40) 不显示创建 UI 的 SceneBuilder

Using JavaFX (JDK 1.8.0_40) in Eclipse Luna does not show the SceneBuilder to create the UI

我是 JavaFX 的新手。当我尝试在 Eclipse Luna 中构建一个简单的 JavaFX 程序时。 创建新的 FXML 文档后,我尝试通过 scenebuilder 打开 .fxml 文件,Eclipse 在编辑器中显示以下消息:

"opening the file with scene builder failed. Try setting the absolute path to scenebuilder in your the preferences"

任何提示如何解决这个问题?

Eclipse中有设置Scenebuilder路径的设置。转到首选项并搜索 JavaFX 选项卡。

编辑:

在 jdk 8 版本中找不到 scenebuilder 的原因是 Oracle 已决定不再为其提供二进制下载。

看看这些帖子:

顺便说一句,您可以在 http://gluonhq.com/products/downloads/

找到 scenebuilder 的最新版本