Skip to content
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

Support Java ARM for Windows #1152

Open
hohwille opened this issue Mar 20, 2025 · 0 comments
Open

Support Java ARM for Windows #1152

hohwille opened this issue Mar 20, 2025 · 0 comments
Labels
ARM enhancement New feature or request java related to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium)

Comments

@hohwille
Copy link
Member

hohwille commented Mar 20, 2025

For Windows we do not support ARM on any OS.
We do not have download URLs for it:
https://github.com/devonfw/ide-urls/tree/624f5593dcf16a10dcb05a55204d988d5ce97d32/java/java/23_37

The reason seems to be that we are using Temurin that does not provide ARM releases:
https://adoptium.net/temurin/releases/?arch=arm&version=23

However, other Java editions like azul do support it:
https://www.azul.com/downloads/?version=java-8-lts&os=macos&architecture=arm-64-bit&package=jdk#zulu

That means to address this issue we actually need to implement story #72

@github-project-automation github-project-automation bot moved this to 🆕 New in IDEasy board Mar 20, 2025
@hohwille hohwille added enhancement New feature or request ARM java related to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium) labels Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARM enhancement New feature or request java related to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium)
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant