Running Web-Tests from eclipse
Nir Lisker
nlisker at gmail.com
Wed Jan 15 06:15:05 UTC 2020
I updated the eclipse instructions. Have a look.
Thanks,
Nir
On Tue, Jan 14, 2020 at 1:01 PM Robert Lichtenberger <
r.lichtenberger at gmail.com> wrote:
> 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