Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds the 64-bit Java Access Bridge DLL as a dependency in preparation for transitioning from the 32-bit version. This is part of a larger effort to support 64-bit Java applications in NVDA.
- Updates the submodule reference to include the 64-bit Java Access Bridge DLL
- Adds documentation noting the transition to the 64-bit version
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| projectDocs/dev/createDevEnvironment.md | Documents the addition of 64-bit Java Access Bridge version alongside existing 32-bit dependency |
| include/javaAccessBridge32 | Updates submodule commit reference to include the 64-bit DLL |
michaelDCurran
approved these changes
Aug 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
taken from #18207
Part of #16304
Introduces changes from nvaccess/javaAccessBridge32-bin#6
Summary of the issue:
we need to use a 64bit version of Java Access bridge soon.
Description of user facing changes:
Description of developer facing changes:
Adds the 64bit version of the DLL in preparation for #16304
Description of development approach:
Testing strategy:
Tested on #18207
Known issues with pull request:
Code Review Checklist:
@coderabbitai summary