Re: java accessibility under gnome 3.6

2015-06-18 Thread Magdalen Berns
Hi Don, There is an instructional page for getting started with the wrapper which you may find useful.[1] How did you install it and what version are you using? Also, do you have the link to the specific oracle packages you installed? Magdalen [1] https://wiki.gnome.org/Accessibility/JavaAtkWrap

Re: java accessibility under gnome 3.6

2015-06-17 Thread José Vilmar Estácio de Souza
Maybe I am wrong, but I suspect that accessibility.properties and java-atk-wrapper.jar wer not installed in the correct place. The first should be present in jre/lib and the second in jre/lib/ext. On 06/17/2015 08:28 PM, Don Raikes wrote: Hello, I am using Oracle Enterprise Linux 7.1, and h

Re: java accessibility under gnome 3.6

2015-06-17 Thread Samuel Thibault
Don Raikes, le Wed 17 Jun 2015 16:28:41 -0700, a écrit : > Are there any tricks to getting this working? Make sure to have java accessibility enabled in /etc/java-7-openjdk/accessibility.properties (or equivalent): assistive_technologies=org.GNOME.Accessibility.AtkWrapper Samuel