|
Oracle® Business Intelligence Installation Guide
10g Release 2 (10.1.2.0.0) for Windows and Solaris Operating System (SPARC) Part No. B14153-02 |
|
![]() Previous |
![]() Next |
This appendix describes how to install Java Access Bridge on the Windows platform. Java Access Bridge enables use of a screen reader with Oracle components.
This appendix contains these topics:
Section B.2, "Setting up Java Access Bridge for JRE 1.4.2 during installation"
Section B.3, "Setting up Java Access Bridge for use by Installed Oracle Components"
Java Access Bridge enables assistive technologies, such as JAWS screen reader, 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 Application Server Control.
Your Oracle Business Intelligence installation media contain the Java Runtime Environment (JRE) 1.4.2, which Oracle Universal Installer uses during installation. The JRE enables use of Java Access Bridge during installation. To set up Java Access Bridge for use with JRE 1.4.2 during installation, see Section B.2, "Setting up Java Access Bridge for JRE 1.4.2 during installation".
To install and configure Java Access Bridge for use with Oracle Business Intelligence components after installation, see Section B.3, "Setting up Java Access Bridge for use by Installed Oracle Components".
To set up Java Access Bridge for use with JRE 1.4.2 during installation, run the following batch file on the Oracle Business Intelligence installation media:
DRIVE_LETTER:\install\access_setup.bat
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. This section contains the following topics:
To install Java Access Bridge, follow these steps:
On the Oracle Business Intelligence installation media, go to the AccessBridge directory.
Select the accessbridge-1_0_4.jar file and extract its files to the system where you plan to install Access Bridge.
For example:
c:\AccessBridge-1.0.4
Copy the Java Access Bridge files listed in Table B-1 into the windows_directory\system32 directory.
Table B-1 Files to copy to the system32 subdirectory
| Copy | To |
|---|---|
\AccessBridge-1_0_4\installer \installerFiles\JavaAccessBridge.dll
|
windows_directory\system32
|
\AccessBridge-1_0_4\installer installerFiles\WindowsAccessBridge.dll
|
windows_directory\system32
|
\AccessBridge-1_0_4\installer \installerFiles\JAWTAccessBridge.dll
|
windows_directory\system32
|
You can configure Oracle components to use the Access Bridge after you complete the installation. To do so, you need to set the system variable ORACLE_OEM_CLASSPATH to point to the installed Java Access Bridge files.
To configure Oracle components to use Access Bridge on Windows 2000, Windows XP, or Windows 2003, follow these steps:
Select Start > Settings > Control Panel > System to display the Windows System Control Panel.
Select the Advanced tab.
Click Environment Variables.
Click New under the System Variable list to display the New System Variable dialog.
In the Variable Name field, enter ORACLE_OEM_CLASSPATH.
In the Variable Value field, enter the full path to jaccess.jar and access-bridge.jar.
Use a semicolon to separate the two paths. Do not use quotes or character spaces. For example, if JRE 1.4.2 is installed in the default location, the setting might be:
d:\oraclehome1\bihome1\jre\1.4.2\lib\ext\jaccess.jar;d:\oraclehome1\bihome1\jre\1.4.2\lib\ext\access-bridge.jar
Click OK.