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
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
Hello,
I am using Oracle Enterprise Linux 7.1, and have installed jdk 1.8.0 from
Oracle's otn site.
I also installed the java-atk-wrapper onto my system, however when I try to
load a swing application, orca just stops talking. I get no feedback in the
java window at all.
Are there an