We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b635be + c05803f commit 0fafb7fCopy full SHA for 0fafb7f
modules/jdk/21/configure.sh
@@ -13,13 +13,6 @@ pushd ${ARTIFACTS_DIR}
13
cp -pr * /
14
popd
15
16
-# Set this JDK as the alternative in use
17
-_arch="$(uname -i)"
18
-alternatives --set java java-21-openjdk.${_arch}
19
-alternatives --set javac java-21-openjdk.${_arch}
20
-alternatives --set java_sdk_openjdk java-21-openjdk.${_arch}
21
-alternatives --set jre_openjdk java-21-openjdk.${_arch}
22
-
23
# Update securerandom.source for quicker starts (must be done after removing jdk 8, or it will hit the wrong files)
24
JAVA_SECURITY_FILE=/usr/lib/jvm/java/conf/security/java.security
25
SECURERANDOM=securerandom.source
0 commit comments