Questions tagged [java-access-bridge]

Questions about the Java Access Bridge, a C++ library that exposes the Java Accessibility API to assistive technologies. On Windows, it is available as a DLL.

38 questions
0
votes
0 answers

Java access bridge - unable to spy java application in Blue prism

When I am trying to launch a java application from the application modeller getting an error as: "Error - Failed to launch application - Could not initialise Java Access Bridge support - Failed to load Java Access Bridge DLL. The file could not be…
Sreejith
  • 16
  • 1
  • 4
0
votes
2 answers

WindowsAccessBridge for Java Automation using C#

I try to automate an java application using WindowsAccessBridge.dll. I can get the window handle but calling the function isJavaWindow(System.IntPtr hWnd) always return false Please find my code below: static void Main() { …
Jan021981
  • 521
  • 3
  • 28
0
votes
0 answers

Java Agent crash while call run api of JavaAccessBridge.dll

I want to programmatically enable Java assistive technology. For that I follow the steps below: 1) Create Java agent for inject in any running java application VM. 2) Create the C++ DLL with three API calls for enabling assistive…
mahen
  • 165
  • 3
  • 16
0
votes
1 answer

JAVA Accessibility support by Excelsior Jet

I have a application which supports screen readers via the Java Access Bridge. The jre version works fine with screen readers such as NVDA. We’ve have compiled our app with Excelsior Jet and found that everything works fine except for screen…
Sachin Verma
  • 351
  • 5
  • 16
0
votes
1 answer

Java Access Bridge installation doesn't work on a 64bit machine?

I'm trying to get JAB working so I can scrape some text out of a java window, but its failing horribly. The odd thing is that while it doesn't work on my machine it does work on other machines. My machine: 7, 64bit Works on: 7 32bit (2 boxes…
user1228
0
votes
1 answer

How do I identify objects with the Java Access Bridge?

Is there any method or property for consistently identifying objects using Java Access Bridge? I tried using AccessibleContextInfo name property. But most of the time this returns an empty string in our client applications (e.g Root Pane, Layered…
Britto Raj
  • 401
  • 1
  • 5
  • 15
0
votes
1 answer

Is it required to enable the Java Access bridge before using the DLL's?

I have written an application that makes use of the Java Access Bridge in C#. The JAB isn't really widely covered on the internet and that's why I'm asking here. The JAB is included with Java 7 now but when deploying my application to my users do…
Fabian Pas
  • 444
  • 5
  • 18
0
votes
2 answers

Java access bridge broken dll

After I discovered that JAB is inlcuded in the JDK since Java SE 7, I finally included the headers and libs, compiled and got this strange error: C:\Program Files (x86)\Java\jre7\bin\JavaAccessBridge-32.dll : fatal error LNK1107: Ungültige oder…
ManuelSchneid3r
  • 15,850
  • 12
  • 65
  • 103
1 2
3