I have problems with JavaFX applications on my system. When I run such applications all I see is app window with dark background. I try to run my own applications, Netbeans samples and Scene Builder. Maybe the reason is my OS – it is Windows 7 Starter. JavaFX version 2.2, Oracle JDK version 1.7.09.
Can somebody explain such behavior and suggest how to fix it.
I have problems with JavaFX applications on my system. When I run such applications
Share
Try to update your videodrivers.
Try to run JavaFX in software mode:
java -Dprism.order=j2d -jar Ensemble.jar.If it works then driver or videocard compatibility is an issue. In this case, please, file an issue to http://javafx-jira.kenai.com with your OS, videocard model and driver version.