I\'m trying to set up IntelliJ IDEA with screenbuilder and JavaFX and scenebuilder. I have both instealled, but when I create a new JavaFX project, open the fxml file, and s
You have to add the file idea.jdk on ~/.IntelliJIdea2016.1/config folder.
Add the Oracle JDK path like /usr/java/jdk1.8.0_73
I had the same problem and it was caused by intellij's bundeled jdk in my case. Try to switch the ide's jdk as show here to oracle jdk 8 for example which contains all the needed classes.