How to setup JavaFX Environment in IntelliJ IDEA 2020 with JDK 11.0 or later version?

 In this tutorial, I will show you how to set up the JavaFX environment in the IntelliJ idea to run a JavaFX application. I have explained the whole process

step by step. Please follow the instruction described in this tutorial for flawless JavaFX setup in IntelliJ IDEA 2020. 

Note: If you have java 8 installed then there is no need to download JDK 11 and JavaFX SDK.

Download link: (open JDK 11.0)  [if you don’t have oracle JDK or don’t want to register or oracle website)

https://adoptopenjdk.net/

Download link: JavaFX SDK

https://gluonhq.com/products/javafx/

VM Args :

–module-path /Users/amitk/Downloads/javafx-sdk-11.0.2/lib –add-modules javafx.controls,javafx.fxml

If you find this tutorial useful, so please hit like button to let us know. You can subscribe my YouTube channel to learn more.

 

Leave a Comment