var fDesc=new Array(); fDesc[0] = "The Java Access Bridge version 1.0 is a technology where the Java Accessibility API, commonly known as JAAPI is exposed in a Microsoft Windows DLL. This actually makes the Java applications and applets where JAAPI is implemented, visible to the technologies on Windows. The Java Access Bridge is actually a class containing ‘native methods’. The DLL or Dynamically Linked Library on the Microsoft Windows System supplies a part of the code for this class. Java Access Bridge 1.0 is designed to work with Java 2 SDK v1.3. In order to obtain Accessibility information from a Windows HWND, JDK 1.1.8 and Java 2 SDK 1.2.2 have introduced a new mechanism which is required by the Java Access Bridge 1.0. One major problem is that this technology is not available in previous releases of JDK 1.1.x or Java 2 SDK 1.2.x. Since Java Plug-in version 1.1, 1.1.1, and 1.1.2 are based on previous versions of JDK 1.1.x (prior to JDK 1.1.8), so are not compatible with the Java Access Bridge 1.0. However, as the Java Plug-in 1.2.2 is based on Java 2 SDK 1.2.2, so is compatible with Java Access Bridge 1.0.

It is always recommended to install the Java Access Bridge 1.0 by using Java Access Bridge installer. This is because, the installer will locate the Java VMs needed to support the Java Access Bridge, that are installed on your computer. The Java Access Bridge installer then installs the Java Access Bridge into those Java VMs which are specified by you. Usually the Java Access Bridge installer can be found in the following directory:
c:\AccessBridge-1_0_2fcs\installer\Install.exe

The package of Java Access Bridge 1.0 contains three editions of Java Accessibility Utilities file ‘jaccess.jar’, named jaccess-1_1.jar, jaccess-1_2.jar, and jaccess-1_3.jar. One important thing that should be noted is that, you need to add the ‘AccessBridge-1_0’ directory to your path, in order to find and instantiate the two DLLs that are part of the Java Access Bridge 1.0.

A number of changes and improvements of the installer have been invoked in this version of Java Access Bridge. The menu timing problem that existed with Java 2 SDK 1.3 which resulted in the corruption of Java Access Bridge data stream have been resolved in this version of Java Access Bridge. Now there is no crashing when calling shutdownAccessBridge () from the Windows assistive technology. The installer has been modified. The ‘Install’ button is now only active when a JVM is selected to install into. Moreover, there is an addition of new button named ‘Install in All’. The function of this new button is to install the Java Access Bridge into all of the Java VM’s shown in the dialog box. Now there is no return of meaningless values by GetAccessibleTextRect() for carets at the edge of a line. The improved installer of Java Access Bridge 1.0 is now able to work with JDK 1.3.1_01 and 1.4."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }