SimmensK
SimmensK

Reputation: 17

IntelliJ JavaFX not opening window, not working

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

Upvotes: 0

Views: 563

Answers (1)

dzikoysk
dzikoysk

Reputation: 1578

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

Upvotes: 1

Related Questions