I updated the eclipse instructions. Have a look. Thanks, Nir
On Tue, Jan 14, 2020 at 1:01 PM Robert Lichtenberger < r.lichtenber...@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? >