Hmm. Seems that Class.forName() in com.sun.glass.ui.PlatformFactory won't retrieve externally defined PlatformFactorys. So I will try to set the PlatformFactory.instance field manually, before the Application/Tookit/FX-Thread is launched.
On Tue, Nov 4, 2014 at 7:36 PM, Benjamin Gudehus <hasteb...@gmail.com> wrote: > Thank you. That makes it clearer. :) > > Is it possible to supply the headless part of Monocle in an external Jar > for desktop platforms? > > As far as I know the only possibility to run TestFX tests with > Hudson/Jenkins is in headless mode. > TestFX's tests itself can only run with the X virtual framebuffer on Linux > test clients for the Travis CI so far. > > So far the only advice I could give TestFX users who like to run headless > tests is to use 1.8.0_20-ea-b05. >