c73109c
This fedora package installs java-atk-wrapper in a JRE-independent way. It is
c73109c
up to each JRE to make use of it correctly. In general, you want to symlink the
c73109c
shared object and the jar into somehwere where the JRE can find it and
c73109c
configure the accessiblity configuration of the JRE to load this.
c73109c
c73109c
For OpenJDK, the process looks like this:
c73109c
ln -s %{_libdir}/java-atk-wrapper/libatk-wrapper.so.0 \
c73109c
    /usr/lib/jvm/jre/lib/%{arch}/libatk-wrapper.so
c73109c
ln -s %{_libdir}/java-atk-wrapper/java-atk-wrapper.jar \
c73109c
    /usr/lib/jvm/jre/lib/ext/
c73109c
echo "assistive_technologies=org.GNOME.Accessibility.AtkWrapper" \
c73109c
    >>  /usr/lib/java/jre/lib/accessibility.properties