You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OPENJDK-3652] don't try to set alternatives for JDK
The exact invocation has changed for RHEL10. This no longer works:
alternatives --set java java-21-openjdk.${_arch}
This works, but doesn't in earlier RHELs:
alternatives --set java /usr/lib/jvm/java-21-openjdk/bin/java
Some background in RHEL-68848
However, there is only one JDK in RHEL10 at the moment anyway, so
simply avoid adjusting alternatives.
Signed-off-by: Jonathan Dowland <[email protected]>
0 commit comments