Re: Monocle with VNC for Jenkins

2014-01-23 Thread Stephen F Northover
Hi Uwe, You need to ensure that jfxrt.jar is not in the ext directory in your jdk8 install or it will get seen first. I am assuming you have deleted it or you could not have built OpenJFX (at least the last time I tried). Anyhow, it looks like a class loader problem. Let's move this discuss

Re: Monocle with VNC for Jenkins

2014-01-23 Thread Uwe Sander
Stephen F Northover , 22/1/2014 5:20 PM: There is a StubToolkit.  It is not part of the jar that is shipped with the JDK.  You will need to build JFX and test against your build. https://javafx-jira.kenai.com/browse/RT-35010 That's what I did. When I run

Re: Monocle with VNC for Jenkins

2014-01-22 Thread Stephen F Northover
There is a StubToolkit. It is not part of the jar that is shipped with the JDK. You will need to build JFX and test against your build. https://javafx-jira.kenai.com/browse/RT-35010 Steve On 2014-01-22 11:14 AM, Uwe Sander wrote: Hi Steve, Thanks for your answer. Let me ask another questio

Re: Monocle with VNC for Jenkins

2014-01-22 Thread Uwe Sander
Thanks for your answer, Daniel. If there's still a use case for StubToolkit, I'd like to know why I get a CNFE when I'm trying to use it in a simple JavaFX application (see the link in my previous message). Has anyone succeeded in building and using it (outside Oracle)? Cheers, Uwe Daniel

Re: Monocle with VNC for Jenkins [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-22 Thread Tom Eugelink
https://javafx-jira.kenai.com/browse/RT-35473 On 2014-1-22 14:41, Daniel Blaukopf wrote: Hi Tom, You have it right. Currently the VNC server is always running on port 5901, but feel free to open a JIRA to change that. If you want to test this today you need to build OpenJFX yourself (https

Re: Monocle with VNC for Jenkins [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-22 Thread Daniel Blaukopf
Hi Uwe, On Jan 22, 2014, at 2:19 PM, Uwe Sander wrote: > Hi, > > I'm interested in headless testing, too. I tried to use StubToolkit for > including TestFX tests in a headless build, but all I got was a CNFE. If > anyone is interested to give me a hand on this, details can be found at > http

Re: Monocle with VNC for Jenkins [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-22 Thread Daniel Blaukopf
Hi Tom, You have it right. Currently the VNC server is always running on port 5901, but feel free to open a JIRA to change that. If you want to test this today you need to build OpenJFX yourself (https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX). We don’t have snapshots of 8u20 o

Re: Monocle with VNC for Jenkins [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-22 Thread Uwe Sander
Hi, I'm interested in headless testing, too. I tried to use StubToolkit for including TestFX tests in a headless build, but all I got was a CNFE. If anyone is interested to give me a hand on this, details can be found at http://stackoverflow.com/questions/21137039/how-to-use-stubtoolkit-instead