How do I configure IntelliJ IDEA with JavaFX and scenebulider?

后端 未结 2 445
暗喜
暗喜 2020-12-20 13:16

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

相关标签:
2条回答
  • 2020-12-20 13:39

    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

    0 讨论(0)
  • 2020-12-20 13:51

    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.

    0 讨论(0)
提交回复
热议问题