简体   繁体   English

如何在Java 6中使用Java Access Bridge?

[英]How can I use the Java Access Bridge with Java 6?

I want to use the Java Access Bridge with an application that uses an older version of the Java Runtime Environment. 我想将Java Access Bridge与使用旧版Java Runtime Environment的应用程序一起使用。 (Java 6) (Java 6)

JAB works fine for with the "public" JRE (SE 7). JAB与“公共” JRE(SE 7)配合良好。 But the target application has its own JRE (SE 6). 但是目标应用程序具有自己的JRE(SE 6)。 Neither Java Monkey nor Java Ferret display any information about the application. Java Monkey和Java Ferret都不显示有关该应用程序的任何信息。

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. 我知道可以从Java 6应用程序中获取信息,因为有些第三方应用程序使用JAB来访问它。 How can I accomplish this? 我该怎么做?

To use the Java Access Bridge with Java 6 or below, you will need to manually install Java Access Bridge 2.0.2 . 要将Java Access Bridge与Java 6或更低版本一起使用, 您将需要手动安装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. 直到Java 7,Java才默认不包含Java Access Bridge。任何较早版本的Java都需要手动安装。 (Refer to Oracle's installation guide for JAB 2.0.2 ) (请参阅针对JAB 2.0.2的Oracle安装指南

Java Access Bridge is integrated into Java SE 7 Update 6 and later. Java Access Bridge已集成到Java SE 7 Update 6和更高版本中。 Consequently, you only require Java Access Bridge 2.0.2 for Java SE 6 and earlier. 因此,您只需要Java SE 6和更早版本的Java Access Bridge 2.0.2。
Oracle: Java SE Desktop Accessibility Oracle:Java SE桌面可访问性

See: Oracle - Installing Java Access Bridge 请参阅: Oracle-安装Java Access Bridge

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM