Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Java Fx application shows blank screen on windows 10 2019 edition

792077ab-672d-4345-a333-b55c33b5b397Jul 8 2020 — edited Jul 8 2020

Java Fx application successfully runs on windows 7 . Same application fails to load the stage on Windows 10

Comments

guifa li Jan 17 2024

fixed yet ?

guifa li Jan 17 2024

same issue on windows 10 x64 using javafx21 jdk21 with Intel R HD Graphics 730 driver

guifa li Jan 18 2024

fixed by add jvm option like following from(https://forums.oracle.com/ords/apexds/post/javafx-gui-showing-blank-screen-8084)
java -Dprism.order=j2d -jar yourjar.jar args

1 - 3

Post Details

Added on Jul 8 2020
3 comments
291 views