On my previous laptop, I could easily create a JavaFX
app from IntelliJ
's JavaFX template. Although I have a new better computer, If I repeated the process, IntelliJ would tell me the JDK does not have JavaFX.
Keep in mind that I'm a starter, so I would appreciate it if you could give me answers that do not involve maven
or gradle
.
I've tried Oracle JDK 11, Zulu OpenJDK 8 and OpenJFX 11.
This solves part of my problem, however, the problem is that I cannot add the JavaFX JDK as JDK. If I try to add the lib folder as a library it says some components are missing.