Comments on: Beginning JavaFX Applications with IntelliJ IDE https://foojay.io/today/beginning-javafx-with-intellij/ a place for friends of OpenJDK Tue, 06 Feb 2024 12:19:48 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Kiandra https://foojay.io/today/beginning-javafx-with-intellij/#comment-48 Thu, 12 Nov 2020 05:12:43 +0000 https://foojay.io/?p=32842#comment-48 Found the problem. I downloaded Zulu JDK instead of Zulu JDK FX. Make sure you download the right one! Thank you Carl for all the help.

]]>
By: Carl Dea https://foojay.io/today/beginning-javafx-with-intellij/#comment-45 Wed, 11 Nov 2020 14:26:45 +0000 https://foojay.io/?p=32842#comment-45 In reply to Kiandra.

Kiandra,
You maybe having the same issue with your module path or downloading an incorrect JDK for your operating system (contain jfx modules).

Let’s take some baby steps and focus on the simpler plain project (“A JavaFX App on ZuluFX in 60 Seconds”) without an IDE.

Sometimes You’ll find it easier to specify command line commands to see what’s going on.

Carl

]]>
By: Kiandra https://foojay.io/today/beginning-javafx-with-intellij/#comment-43 Wed, 11 Nov 2020 06:07:09 +0000 https://foojay.io/?p=32842#comment-43 Tried doing this as a plain JavaFX project but it didn’t work. module-info.java can’t find javafx.controls, and HelloWorld.java can’t use any JavaFX elements. Using version 15 of ZuluFX and IntelliJ IDEA Community 2020.2.

]]>