As a follow-up to the long thread on using an IDE. I just found out that
running test.javafx.scene.web.WebViewTest is not possible with
-Djavafx.toolkit=test.com.sun.javafx.pgstub.StubToolkit.

The test simply fails to start (waiting forever for
com.sun.javafx.application.PlatformImpl.startupLatch).

Instead one needs to add the graphics library and the webkit library with
e.g.
-Djava.library.path=/home/rli/PWEs/jfx/modules/javafx.graphics/build/module-lib:/home/rli/PWEs/jfx/modules/javafx.web/build/module-lib

Maybe this could also be added to the wiki page?

Reply via email to