Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SceneBuilder not loading in Intellij

Scene Builder does not open in my Intellij. I've tried different JDK versions, but I just cant get it to load up in my IDE. It was working before I had to reinstall my OS. I don't get an error or anything, the Scene Builder window is just blank. It works if I run it standalone though.

I'm on Ubuntu 20.04.1. Using JDK 11 and Scene Builder for JDK 11. I tried with JDK 14 and I still get the same issue. I attached an image of the screen I get.enter image description here

Any help? Intellij asked me to download the Scene Builder kit, then it asked me to download JavaFX. I did. Then I ended up here. JavaFX was included as a global library though so I didn't quite understand that.

What should I do?

like image 825
adamshu653 Avatar asked Aug 15 '20 11:08

adamshu653


2 Answers

You should go to setting-plugins- search for javaFX and install JAvaFX Runtime for Plugins.

Restart again and the problem will be solved.

like image 75
Sahar Asadian Avatar answered Nov 10 '22 05:11

Sahar Asadian


The solution for me was 'Settings> Plugins> search JavaFX' to enable and disable this plugin, then restart intellij idea

like image 2
Dmitriy Avatar answered Nov 10 '22 04:11

Dmitriy