package javafx.scene.control does not exist

Viewed 17

I am running openjdk19 and getting a "package javafx.scene.control does not exist" on inteliJ

I have the following VM:"--module-path " %libraryPath" --add-modules=javafx.controls,javafx.fxml"

All the jars are set up in the thee project structure. What am I missing?

0 Answers
Related