org.openjfx:javafx-fxml:11 is empty module
Sam Carlberg
sam.carlberg at gmail.com
Sat Dec 1 19:45:55 UTC 2018
All JavaFX components are split into three platform-specific artifacts for
windows, mac, and linux. You'll need to set the artifact classifier in your
build system to use the artifact for your system, eg
"org.openjfx:javafx-fxml:11:linux" for gradle
On Fri, Nov 30, 2018, 5:45 AM Ashley Bye <abye at 8thlight.com> wrote:
> I'm trying to import the JavaFX FXML module into a project in IntelliJ.
> However, none of the expected classes, e.g. FXMLLoader, are available. When
> I look in the external library, the javafx-fxml dependency is empty except
> for the MANIFEST.MF in META-INF. I'm either depending on the wrong thing or
> there is a problem, but since I can't find any other reference to this
> problem, I suspect it's me. Any help would be appreciated.
>
> Ashley
>
More information about the openjfx-dev
mailing list