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?