This video shows you How To Install IntelliJ IDEA and Configure with JavaFX SDK and OpenJDK (2021) then run your JavaFX code successfully. A useful steps for beginners or developers new to IntelliJ JavaFX area.
This cover the IntelliJ download, Installation as well as the download and configuration of OpenJDK 15.0.1 and JavaFX SDK 15.0.1.
I am using macOS in this example but the process should be almost the same with Windows installer except for OS specific installation process and directories.
In this video we are addressing or fix common issues encountered when installing and running JavaFX for the first time.
Sample errors we will encounter and fix.
package javafx.application does not exist
package javafx.fxml does not exist
package javafx.scene does not exist
package javafx.stage does not exist
also this.
Error: JavaFX runtime components are missing, and are required to run this application
#javafx
#tookootek
#learnwithme
CHAPTERS:
0:00 Introduction
0:19 Download IntelliJ
1:50 Download and set Oracle openJDK
3:42 First error scenario - Add JARs
6:45 Second error scenario - Add module
8:18 Outro