alebo611
alebo611

Reputation: 1280

LibericaJdk 11 with openjfx

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?

Upvotes: 1

Views: 817

Answers (1)

Bas Leijdekkers
Bas Leijdekkers

Reputation: 26472

Download the "Full" package of Liberica JDK. Liberica JDK is provided in 3 different packages: lite, standard and full. Only Full contains OpenJFX.

Upvotes: 5

Related Questions