-
Notifications
You must be signed in to change notification settings - Fork 199
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
Cant install macosx/aarch64 based jdks - Apple M1 supported? #827
Comments
As a workaround, I would use the jabba install command with the path specified: |
There is another jabba index which you can use to get the adoptium builds for aarch64 and others: https://github.com/typelevel/jdk-index You just need to change an environment variable. |
Just a note that I had this issue too; it looks like the architecture isn't properly detected on an m1 mac. The posted workaround does work though. |
One more index you can use: https://github.com/coursier/jvm-index/blob/master/index.json (make sure you use the raw file) |
I downloaded Adoptium Temurin-11.0.17+8 from the index, however, |
This repo is not maintained anymore. My issue at the fork has been resolved about this problem: Jabba-Team#14 |
Thanks @martonsz! That really helped. |
Hi there.
I recently switched from an intel based Macbook Pro to an M1 based. Jabba in general works but Im not able to install any aarch64 jdks. It always tries to download the x64 variant.
For example
As far as I can tell the index includes a aarch64 version of this jdk.
What am I doing wrong here?
Thank you very much!
The text was updated successfully, but these errors were encountered: