IntelliJ: How to Add the JavaFX SDK to a Java IntelliJ project
Mar 9, 2022
Go to the Java FX SDK Downloads page [1].
Unzip the folder into
C:\Program Files\Java
It should look like this inside your folder:
All your libs are these .jar files, you are going to add this lib folder into your IntelliJ project.
Open IntelliJ and select File -> Project Structure
Select “Libraries” in the panel on the left and click the + button to add a new library