shyiko / jabba

(cross-platform) Java Version Manager
2.97k stars 194 forks source link

add Temurin 17 for arm64 #824

Open Campano opened 2 years ago

Campano commented 2 years ago

adds one Temurin JDK

Only added the one I needed. I chose "Eclipse Temurin" as per https://adoptium.net/faq.html?variant=openjdk18&jvmVariant=hotspot#temurinName

I guess I could add all of Temurins releases if you so desire (which would be a tedious job: https://adoptium.net/archive.html?variant=openjdk17&jvmVariant=hotspot)

mkurz commented 2 years ago

Yes, we should add all Adoptium/Temurin releases, which should be an automated task, see: https://github.com/shyiko/jabba-autodiscovery/issues/15

mkurz commented 2 years ago

There is another jabba index which you can use to get the adoptium builds (also the arm64 one) and others: https://github.com/typelevel/jdk-index You just need to change an environment variable.

msangel commented 2 months ago

Thanks @mkurz this works > JABBA_INDEX='https://github.com/typelevel/jdk-index/raw/main/index.json' jabba install temurin@17