Graphics Device initialization failed for : d3d, sw #39
-
Hello, I am running Windows 10 with OpenJDK Hotspot 16. When as run
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
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 |
Beta Was this translation helpful? Give feedback.
-
I did some more testing, and I realized that the problem was a dependency I was using:
I had added this some time earlier but had completely forgot about it. Also, the program ran fine after it had been installed from the installer, and only didn't work when I ran |
Beta Was this translation helpful? Give feedback.
I did some more testing, and I realized that the problem was a dependency I was using:
I had added this some time earlier but had completely forgot about it. Also, the program ran fine after it had been installed from the installer, and only didn't work when I ran
javafx:run
. Sorry to bother you!