Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvaccess/javaaccessbridge32-bin
NVDA's Java Access Bridge dependency
https://github.com/nvaccess/javaaccessbridge32-bin
Last synced: 13 days ago
JSON representation
NVDA's Java Access Bridge dependency
- Host: GitHub
- URL: https://github.com/nvaccess/javaaccessbridge32-bin
- Owner: nvaccess
- Created: 2019-11-19T23:43:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T01:49:13.000Z (8 months ago)
- Last Synced: 2024-11-13T12:58:17.343Z (2 months ago)
- Size: 104 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# javaAccessBridge32-bin
NVDA's Java Access Bridge dependencyThis repository fulfils NVDA's dependency on Java Access Bridge 32 bit.
The NVDA screen reader is a 32 bit application and requires the 32 bit Java Access Bridge client dll.
This will happily talk to 64 bit Java applications.
However, since Java 10, official 32 bit builds are no longer provided.These files were extracted from a Zulu Community build of OpenJDK as follows:
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
1. Unzipped file
1. From `zulu17.50.19-ca-jre17.0.11-win_i686\bin\` copied `windowsaccessbridge-32.dll` and `windowsaccessbridge.dll` into this repository.