Skip to content
Kay Kasemir edited this page May 14, 2020 · 8 revisions

JavaFX Details

JavaFX works best when it can use accelerated graphics and runs directly on a host. Running via ssh -X might work, but will always be much slower. Similarly, executing inside a VM tends to be slower.

Starting the application with -Dprism.verbose=true and -Djdk.gtk.verbose=true will show which graphics pipeline is used.

Setting -Dprism.forceGPU=true can sometimes convince JavaFX to use the accelerated graphics hardware.

Clone this wiki locally