Running Web-Tests from eclipse
Robert Lichtenberger
r.lichtenberger at gmail.com
Tue Jan 14 11:00:56 UTC 2020
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?
More information about the openjfx-dev
mailing list