1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   2 <html xmlns="http://www.w3.org/1999/xhtml">
   3 <head>
   4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   5 <title>Java Access Bridge API readme</title>
   6 </head>
   7 <body>
   8         <h1>Java Access Bridge API</h1>
   9         <p>This directory contains the header files required to interface to the Java Access Bridge API.
  10         In addition to these header files AccessBridgeCalls.c must be compiled and linked to your application.
  11         AccessBridgeCalls.c implements the Java Access Bridge API and
  12         also hides the complexities associated with interfacing to the associated Java Access Bridge DLL
  13         which is installed when Java is installed.</p>
  14         <p>AccessBridgeCalls.c is available for download from the OpenJDK repository using
  15         <a href="http://hg.openjdk.java.net/jdk9/jdk9/jdk/raw-file/tip/src/jdk.accessibility/windows/native/include/bridge/AccessBridgeCalls.c">
  16         this link</a>.</p>
  17 </body>
  18 </html>