Re: [orca-list] accessibility of Java-Swing



On Mo, Okt 17 2011, Mike Gorse wrote:

You need to install java-atk-wrapper

yep, the git repository is at <git://git.gnome.org/java-atk-wrapper>.

(although building it might require more than just running
configure--I have vague recollections of trying to use it and having
problems with it looking for things in the wrong path, or installing
to the wrong path, or something similar).

I only experienced such problems with
java-access-bridge. Java-ATK-Wrapper is doing a much better job here and
detects the JRE path without problems. It might be necessary however to
specify /usr as the installation prefix, by default /usr/local would be
used.

Well, installing the Bridge with the following commands should work:

./autogen.sh --prefix=/usr
make
make install

If you downloaded a tarball rather than checking out the sources from
 the git repository, replace autogen.sh by configure.

HTH

  HEnning



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]