-
Notifications
You must be signed in to change notification settings - Fork 191
Add Windows JVM support #1680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add Windows JVM support #1680
Conversation
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
8caed6f to
82da198
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
77d8f5c to
988511e
Compare
It is redundant information with our supported platforms, as we can already use the extension to differentiate.
This information is in the TROUBLESHOOTING.md (for better or worse).
988511e to
555c4ba
Compare
3c0ee56 to
d1d1e16
Compare
Only JDK 21 and 25 are available on Windows ARM, and we can't go 25 (yet).
31e304e to
54b2c36
Compare
JakeWharton
commented
Oct 7, 2025
| @@ -1 +1 @@ | |||
| 24 | |||
| 21 | |||
Collaborator
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's only "LTS" builds for Windows ARM, and we can't jump to 25 yet
JakeWharton
commented
Oct 7, 2025
Comment on lines
+69
to
+70
| - windows-2025 | ||
| - windows-11-arm |
Collaborator
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub just continually crushing it on naming these things...
swankjesse
approved these changes
Oct 8, 2025
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.
Half of #1360. Closes #1678.