Closed Jackkillian closed 3 years ago
Huh. I usually associate that error with a missing or incorrect JavaFX version. What version of Windows are you using, Intel or ARM? Are you able to run the JavaFX Hello World example? https://openjfx.io/openjfx-docs/#maven
Hello,
I am running Windows 10 with OpenJDK Hotspot 16. When as run
mvn javafx:run
to debug as stated in the README, I get the errorGraphics Device initialization failed for : d3d, sw
. How do I fix this? Is this a problem with my JDK? Sorry, I'm new to Java development.