Skip to content

Commit 4cd031f

Browse files
Include WindowsAccessBridge.dll to work properly with 32-bit systems (#2)
See nvaccess/pull/16557
1 parent a275a29 commit 4cd031f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ The NVDA screen reader is a 32 bit application and requires the 32 bit Java Acce
77
This will happily talk to 64 bit Java applications.
88
However, since Java 10, official 32 bit builds are no longer provided.
99

10-
This file was extracted from a Zulu Community build of OpenJDK as follows:
10+
These files were extracted from a Zulu Community build of OpenJDK as follows:
1111

12-
1. Downloaded Java 17.0.9+8Zulu (17.46.19) zip file from: https://www.azul.com/downloads/?os=windows&architecture=x86-32-bit&package=jre#zulu
13-
2. Copied `zulu17.46.19-ca-jre17.0.9-win_i686\bin\windowsaccessbridge-32.dll` from this archive into this repository.
12+
1. Downloaded Java 17.0.11+9Zulu (17.50.19) zip file from: https://www.azul.com/downloads/?os=windows&architecture=x86-32-bit&package=jre#zulu
13+
1. Unzipped file
14+
1. From `zulu17.50.19-ca-jre17.0.11-win_i686\bin\` copied `windowsaccessbridge-32.dll` and `windowsaccessbridge.dll` into this repository.

windowsaccessbridge-32.dll

0 Bytes
Binary file not shown.

windowsaccessbridge.dll

61.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)