Oracle® Database Installation Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E24186-05 |
|
|
PDF · Mobi · ePub |
This appendix describes how to install Java Access Bridge. Java Access Bridge enables use of a screen reader with Oracle components:
Note:
Java Access Bridge is not supported on Windows x64 for 64-bit database installations.Java Access Bridge enables assistive technologies to read Java applications running on the Windows platform. Assistive technologies can read Java-based interfaces, such as Oracle Universal Installer and Oracle Enterprise Manager Database Control.
Your Oracle Database, Oracle Database Client, and Oracle Database installation media contain the Java Runtime Environment (JRE) 1.5, which Oracle Universal Installer uses during installation. The JRE enables use of Java Access Bridge during installation. See "Setup for Oracle Installed Components" for information about installing and configuring Java Access Bridge after you install Oracle components.
To set up Java Access Bridge with JRE 1.5, stop your assistive technology, then from the installation media root, go to install
directory and double-click access_setup.bat
file before the installation.
After the batch file has run, restart your assistive technology program.
This section describes how to install and configure Java Access Bridge for Windows after installing Oracle components. It contains the following topics:
To install Java Access Bridge, follow these steps:
Go to the Sun Microsystem's Web site and download Java Access Bridge:
http://www.oracle.com/technetwork/java/javase/tech/index-jsp-136191.html
Select the accessbridge-2_0_1-manual_install.zip
file and extract its files to the system where you plan to install Java Access Bridge. For example:
DRIVE_LETTER:\AccessBridge-2_0_1
Copy the Java Access Bridge files listed in the table below into the JRE directory used by Oracle components. If the files exist, overwrite them. By default, the JRE installation used by Oracle components is installed in:
ORACLE_HOME\jdk\jre
Table A-1 lists the files you must copy from the Java Access Bridge location on your hard drive to the JRE directory used by Oracle components for Windows 32-bit.
Table A-1 Copy Files to JRE Directory on Windows 32-Bit
Copy | To |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
You can access Java Access Bridge documentation located at
DRIVE_LETTER:\AccessBridge-2_0_1\doc
You can configure Oracle components to use Java Access Bridge after you complete the installation. To do so, you must set the system variable ORACLE_OEM_CLASSPATH
to point to the installed Java Access Bridge files.
Follow these steps:
From the Start menu, select Settings, Control Panel, and then System to display the Windows System control panel.
Select the Advanced tab.
Click the Environment Variables button.
Click the New button under the System Variable list. The New System Variable dialog box appears.
In the Variable Name field, enter ORACLE_OEM_CLASSPATH
.
In the Variable Value field, enter the full path to the jaccess.jar
and access-bridge.jar
.
Use a semicolon to separate the two paths. Do not use quotation marks or character spaces. For example, if JRE 1.5 is installed in the default location, the setting is:
ORACLE_HOME\jdk\jre\lib\ext\jaccess.jar;ORACLE_HOME\jdk\jre\lib\ext\access-bridge.jar
Click OK.