-
Notifications
You must be signed in to change notification settings - Fork 126
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
Bug: ["sdk list java" returns empty result on Raspberry Pi] #532
Comments
@huaichengliu The reason that you aren't seeing anything here is probably that we don't have any JDK binaries published for you ARM variant. Also, Java is a platform specific candidate, unlike Kotlin which is universal. Another thing that I'm not clear about is if your Pi is 32 or 64 bit. Could I ask you to please provide the output of Perhaps @eddumelendez might also have some more insight why we don't have any such ARM Linux versions available. |
@marc0der Thanks for your reply, Marco. Mine is a Pi Model 3B, it has a BCM2837 64 bit processor, but by default Raspberry Pi OS comes in 32 bit. Output from
|
As this seems not to be a bug with sdkman, but rather a lack of binaires in the DB, should I close this issue and re-submit it as a feature request? Sorry, I am quite new to Github. |
Hi @huaichengliu, don't worry. I've already moved this issue to the sdkman-db-migrations project where it will be picked up. |
Bug report
When running
sdk ls java
, an empty result is returned on Raspberry Pi @ Raspberry Pi OS 10 BusterTo reproduce
sdk ls java
returns empty list.sdk ls maven
andsdk ls kotlin
are normal.Java:
Kotlin:
System info
SDKMAN 5.12.2
The text was updated successfully, but these errors were encountered: