Issue
I am trying to build a JavaFX application based on LibericaJDK in Intellj which is supposed to support JavaFX/OpenJFX). So I do not declare any such dependencies. But the build fails, stating it cand find Javafx related packages. Should it be possible to compile a JavaFX application out-of-the-box with LibericaJDK? Or is it an intellij setting I am missing?
Solution
Download the "Full" package of Liberica JDK. Liberica JDK is provided in 3 different packages: lite, standard and full. Only Full contains OpenJFX.
Answered By - Bas Leijdekkers
Answer Checked By - Candace Johnson (JavaFixing Volunteer)