Hi, I'm building javafx with: ./gradlew -PincludeMonocle build
And trying to test with: java @/home/tsayao/jfx/build/run.args -Dglass.platform=Monocle -Dmonocle.platform=Headless -Dprism.order=sw WindowTest.java But it seems monocle was not included: java.lang.ClassNotFoundException: com.sun.glass.ui.monocle.MonoclePlatformFactory Any obvious mistake? -- Thiago