Note that there are some explanatory texts on larger screens.

plurals
  1. POJava: Where do I find sourcecode of WindowsAccessbridge?
    primarykey
    data
    text
    <p>I downloaded the Java JDK 7 source code from <a href="https://jdk7.java.net/source.html" rel="nofollow noreferrer">https://jdk7.java.net/source.html</a>. This is a 100 MB package containing nearly all the source code - except the part that I'm interested in.</p> <p>The Java Access Bridge (JAB) consists mainly of <code>WindowsAccessBridge.dll</code> and <code>JavaAccessBridge.dll</code> which are running in different processes and doing the inter-process communication.</p> <p>In the source code package exist these folders and files:</p> <pre><code>jdk\make\bridge\JavaAccessBridge\Files_cpp.gmk jdk\make\bridge\JavaAccessBridge\Makefile </code></pre> <p>and</p> <pre><code>jdk\make\bridge\WindowsAccessBridge\Files_cpp.gmk jdk\make\bridge\WindowsAccessBridge\Makefile </code></pre> <p>but all the cpp files are missing.</p> <p>The file Files_cpp.gmk says:</p> <pre><code>FILES_cpp = \ AccessBridgeJavaVMInstance.cpp \ AccessBridgeMessageQueue.cpp \ AccessBridgeMessages.cpp \ AccessBridgeWindowsEntryPoints.cpp \ WinAccessBridge.cpp \ AccessBridgeDebug.cpp \ AccessBridgeEventHandler.cpp </code></pre> <p>None of these CPP files exist in the ZIP package.</p> <p>And the Makefile says:</p> <pre><code>VERSIONINFO_RESOURCE = $(CLOSED_PLATFORM_SRC)/native/sun/bridge/AccessBridgeStatusWindow.rc </code></pre> <p>What is <code>CLOSED_PLATFORM_SRC</code> ?</p> <p>So, now you will tell me: "<em>Forget it! These files are not public.</em>"</p> <p>BUT, in this article: <a href="https://stackoverflow.com/questions/1161142/not-receiving-callbacks-from-the-java-access-bridge">Not receiving callbacks from the Java Access Bridge</a> Darren Ford writes that he has compiled a Debug version of the WindowsAccessBridge. This was in 2009. So some years ago the code was available.</p> <p>Has anybody this code and can publish it for me? (I don't care if it is from an older JDK.) Or is it still available and I did not find it?</p> <p><strong>NOTE:</strong> Before JDK 7 the Accessbridge was not part of the JDK. It was a separate download that had to be installed manually. See <a href="http://docs.oracle.com/javase/accessbridge/2.0.2/setup.htm" rel="nofollow noreferrer">http://docs.oracle.com/javase/accessbridge/2.0.2/setup.htm</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload