Java: Install LTS version from a specific vendor? #4172
Answered
by
roele
regunakyle
asked this question in
Q&A
-
# These fails
mise use -g java@temurin-lts
mise use -g java@lts-temurin
# This works
mise use -g java@temurin-21 Can I install the LTS version of Java from a specific vendor (without specifying the exact version)? If yes, how? |
Beta Was this translation helpful? Give feedback.
Answered by
roele
Jan 22, 2025
Replies: 1 comment 3 replies
-
There is no |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
regunakyle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no
LTS
shorthand for Java (that is specific to Node only AFAIR). Only versions listed inls-remote java@temurin
are available. So to have always the latest version of a vendor i recommend to use either@temurin-21
or a scope like@prefix:temurin-21