How do I configure IntelliJ IDEA with JavaFX and scenebulider?

后端 未结 2 465
暗喜
暗喜 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

提交回复
热议问题