sdkman / sdkman-cli

The SDKMAN! Command Line Interface
https://sdkman.io
Apache License 2.0
5.97k stars 629 forks source link

Question: Different versions of java for temurin #1207

Open Nyxalis opened 1 year ago

Nyxalis commented 1 year ago

Question I just want to know the x.y.z-tem for temurin since the command I run doesn't work. sdk install java 17.0.0-tem sdk install java 16.0.0-tem sdk install java 11.0.0-tem sdk install java 8.0.0-tem

I am making an egg for Pterodactyl which will let you install any Minecraft Version you like including pocket edition & proxies. I tried using jabba but it was not up to date with new java versions such as 17.

alexanderankin commented 1 year ago

usually, I run sdk list java | grep -tem to see the list of versions available.

Nyxalis commented 1 year ago

Thank you. I will try that out.