Re: Testing accessibility / sample apps

2014-06-25 Thread Jann Schneider
Ok thx Am 25.06.2014 16:51 schrieb Kevin Rushforth kevin.rushfo...@oracle.com: I usually add jfxrt.jar to the bootclasspath, but as long as you have removed jfxrt.jar from your JDK, classpath will work, too. -- Kevin Jann Schneider wrote: Hi Felipe! thanks, this are good News :-) Well

Re: Testing accessibility / sample apps

2014-06-24 Thread Jann Schneider
. I believe you will be the first to try JAWS and NVDA on Windows 7. Let me know how it goes. Regards Felipe On Jun 23, 2014, at 3:50 AM, Jann Schneider jann.schnei...@googlemail.com wrote: Hi Felipe, i tried with the latest available EA build, java -version tells me: java version

Windows updates might damage the build

2014-06-24 Thread Jann Schneider
Hi all, I just wanted to share this info in case someone else runs into this Problems: Yesterday i got some updates on my Windows 7. Afterwards i wasn't able to build jfx anymore. Just got a linker error (lnk 1123). After googling around a bit for this stuff it turned out that there is an update

Re: Testing accessibility / sample apps

2014-06-23 Thread Jann Schneider
On Jun 20, 2014, at 4:00 PM, Jann Schneider jann.schnei...@googlemail.com wrote: ok i just rebuild using the 32 bit jdk and this works! $ gradle clean sdk ... BUILD SUCCESSFUL :-) I think i've just installed the 32 bit C++ compilers only. Maybe i missed a setting in the installer

Re: Testing accessibility / sample apps

2014-06-20 Thread Jann Schneider
2014-06-20 21:58 GMT+02:00, Stephen F Northover steve.x.northo...@oracle.com: Being non-Unix, Windows is always a pain. Steve On 2014-06-20, 3:42 PM, Kevin Rushforth wrote: I hope you have similar success with the Windows build. -- Kevin Jann Schneider wrote: Hi all, The build

Re: Testing accessibility / sample apps

2014-06-20 Thread Jann Schneider
VS 2010 SP1 or something else? -- Kevin Jann Schneider wrote: Hi, Well on windows it's always a bit more difficult i guess :-) After setting up my build environment as described on the wiki i first tried $ gradle tasks This works as expected! When running $ gradle sdk or just gradle

Testing accessibility / sample apps

2014-06-19 Thread Jann Schneider
Hello all, As a blind java developer i'm interessted in testing the accessibility of JavaFX and maybe help to find some issues. I've just set up my build environment on my ubuntu 14.04 laptop and checked out the project files as described in the wiki. I could also set it up on a windows 7