IntelliJ JavaFX not opening window, not working

0

I am currently developing (as a hobby) Java Applications. Now I've wanted to do something with a GUI and so on so it gets a little more interesting for a common user.

JavaFX seemed like the best solution, but I've got a problem. I've started a JavaFX project in IntelliJ (predefined) which already generates a code which should produce a window with the title "Hello World".

As I have already mentioned, this doest work and IntelliJ just throws me an error (Process finished with exit code -1073740791 (0xC0000409)).

Do any of you know what the problem might be?

Thanks in advance

java
intellij-idea
javafx
asked on Stack Overflow Mar 30, 2018 by SimmensK

1 Answer

1

It's a known bug of the nvidia driver: Java SE Binary crashes pointing to nvinitx.dll. Update your drivers

answered on Stack Overflow Mar 30, 2018 by dzikoysk

User contributions licensed under CC BY-SA 3.0