source: gnome/add/java-access-bridge.xml@ f8b5bd1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f8b5bd1 was 47603ac1, checked in by Randy McMurchy <randy@…>, 19 years ago

Shortened line lengths in instructions through Chapter 32 (700 pages)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3276 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY java-access-bridge-download-http "http://ftp.gnome.org/pub/GNOME/sources/java-access-bridge/1.4/java-access-bridge-&java-access-bridge-version;.tar.bz2">
8 <!ENTITY java-access-bridge-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/java-access-bridge/1.4/java-access-bridge-&java-access-bridge-version;.tar.bz2">
9 <!ENTITY java-access-bridge-md5sum "80a6cfc17f39f420a6c4e36b8ea5f13d">
10 <!ENTITY java-access-bridge-size "93 KB">
11 <!ENTITY java-access-bridge-buildsize "5.4 MB">
12 <!ENTITY java-access-bridge-time "0.99 SBU">
13]>
14
15<sect1 id="java-access-bridge" xreflabel="Java Access Bridge-&java-access-bridge-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="java-access-bridge.html"?>
21<title><application>Java Access
22Bridge</application>-&java-access-bridge-version;</title>
23
24<sect2>
25<title>Introduction to <application>Java Access Bridge</application></title>
26
27<para>The <application>Java Access Bridge</application> package contains Java
28components which connect the built-in accessibility support in Java Swing
29applications to the <application><acronym>GNOME</acronym></application>
30Accessibility framework, specifically the Assistive Technology Service
31Provider Interface (<acronym>AT</acronym>-<acronym>SPI</acronym>).</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing="compact">
35<listitem><para>Download (HTTP):
36<ulink url="&java-access-bridge-download-http;"/></para></listitem>
37<listitem><para>Download (FTP):
38<ulink url="&java-access-bridge-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum:
40&java-access-bridge-md5sum;</para></listitem>
41<listitem><para>Download size:
42&java-access-bridge-size;</para></listitem>
43<listitem><para>Estimated disk space required:
44&java-access-bridge-buildsize;</para></listitem>
45<listitem><para>Estimated build time:
46&java-access-bridge-time;</para></listitem></itemizedlist>
47</sect3>
48
49<sect3><title><application>Java Access Bridge</application> dependencies</title>
50<sect4><title>Required</title>
51<para><xref linkend="at-spi"/> and <xref linkend="j2sdk"/></para>
52</sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>Java Access Bridge</application></title>
59
60<para>Install <application>Java Access Bridge</application> by running the
61following commands:</para>
62
63<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
64make &amp;&amp;
65make install &amp;&amp;
66cat `pkg-config --variable=prefix \
67 ORBit-2.0`/share/jar/accessibility.properties \
68 &gt;&gt; $JAVA_HOME/jre/lib/accessibility.properties &amp;&amp;
69chmod 444 $JAVA_HOME/jre/lib/accessibility.properties &amp;&amp;
70ln -sf `pkg-config --variable=prefix \
71 ORBit-2.0`/share/jar/gnome-java-bridge.jar \
72 $JAVA_HOME/jre/lib/ext</command></userinput></screen>
73
74</sect2>
75
76<sect2>
77<title>Command explanations</title>
78
79<para><command>cat `pkg-config ...</command>: This command appends to (or
80creates) the Java runtime <filename>accessibility.properties</filename> file
81required for <application>Java Access Bridge</application>.</para>
82
83<para><command>ln -sf `pkg-config ...</command>: This command creates a link
84from the access bridge <filename>jar</filename> file to the Java runtime
85library extensions directory.</para>
86
87</sect2>
88
89<sect2>
90<title>Configuring <application>Java Access Bridge</application></title>
91
92<sect3><title>Config files</title>
93<para><filename>~/.orbitrc</filename></para>
94</sect3>
95
96<sect3><title>Configuration Information</title>
97<para>Before running a Java program with the
98<application>Java Access Bridge</application>, you should ensure that your
99<application><acronym>GNOME</acronym></application> 2 installation enables
100<acronym>CORBA</acronym> traffic over <acronym>IP</acronym> from the
101<application><acronym>ORB</acronym>it2</application> <acronym>ORB</acronym>. Do
102this by adding the following line to <filename>~/.orbitrc</filename> using the
103following command:</para>
104
105<screen><userinput><command>cat &gt;&gt; ~/.orbitrc &lt;&lt; "EOF"</command>
106ORBIIOPIPv4=1
107
108<command>EOF</command></userinput></screen>
109</sect3>
110
111</sect2>
112
113<sect2>
114<title>Contents</title>
115
116<para>The <application>Java Access Bridge</application> package contains
117<filename>gnome-java-bridge.jar</filename> and
118<filename>JNav.jar</filename>.</para>
119
120</sect2>
121
122<sect2><title>Description</title>
123
124<sect3><title>gnome-java-bridge.jar</title>
125<para><filename>gnome-java-bridge.jar</filename> is a Java runtime environment
126extension that connects the built-in accessibility support in Java Swing
127applications to the <application><acronym>GNOME</acronym></application>
128Accessibility framework.</para>
129</sect3>
130
131</sect2>
132
133</sect1>
134
Note: See TracBrowser for help on using the repository browser.