JavaFX - Can't add the Scene Builder to Intellij idea 2016

[亡魂溺海] 提交于 2019-12-25 05:09:53

问题


I'm trying to add Scene Builder to Intellij idea 2016 by following this answer but I just see this:

my current solution is by opening it in standalone Scene Builder.


回答1:


IntelliJ built-in Scene Builder uses the standalone Scene Builder you have installed in your machine by scanning its Java folder, looking for the dist.jar.

It is recommended having the latest version of Scene Builder installed.

I've just tried IntelliJ 2016.1.1 with Gluon's Scene Builder 8.1.1 and it works normally, given the limitations the embedded version has: it doesn't have menus, controller panel, custom controls, ...

The preferred way is opening your FXML files from the built in menu Open in SceneBuilder.




回答2:


After trying some things I found that it only working with 32-bit version only not with 64-bit which I was using even if I installed Gluon's Scene Builder 64-bit. so I just switched to IntelliJ 32-bit and it worked.



来源:https://stackoverflow.com/questions/37082748/javafx-cant-add-the-scene-builder-to-intellij-idea-2016

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