How can I use the Java Access Bridge with Java 6?

838 Views Asked by At

I want to use the Java Access Bridge with an application that uses an older version of the Java Runtime Environment. (Java 6)

JAB works fine for with the "public" JRE (SE 7). But the target application has its own JRE (SE 6). Neither Java Monkey nor Java Ferret display any information about the application.

I know that it is possible to get information from Java 6 applications, as there are third party applications that make use of JAB to get access to it. How can I accomplish this?

1

There are 1 best solutions below

0
On

To use the Java Access Bridge with Java 6 or below, you will need to manually install Java Access Bridge 2.0.2.

The Java Access Bridge wasn't included with Java by default until Java 7. Any earlier version of Java will require a manual installation. (Refer to Oracle's installation guide for JAB 2.0.2)

Java Access Bridge is integrated into Java SE 7 Update 6 and later. Consequently, you only require Java Access Bridge 2.0.2 for Java SE 6 and earlier.
Oracle: Java SE Desktop Accessibility

See: Oracle - Installing Java Access Bridge