JDK 17 OTN Tokens Not Listed in Java Release Details for Archive Releases
Due to a technical issue, JDK 17 OTN tokens are not available on the Java Release Details page for JDK 17 archive releases. Consequently, the Script Friendly Download commands cannot be copied directly from the page using OTN tokens for JDK 17.
Workaround:
- Use an NFTC token to copy the download commands from JDK 17 and replace the token value with the JDK 17 OTN token.
- Alternatively, manually construct the download commands. Here is an example format:
Download command:
curl -H 'token:<$token>' -L -O https://javamanagementservice-download.<$region>.oci.oraclecloud.com/java/17/archive/<fileNameWithExtn>
Checksum command:
curl -L https://javamanagementservice-download.<$region>.oci.oraclecloud.com/java/17/archive/<fileNameWithExtn>.sha256
Replace the placeholders as follows:
- <$token>: Obtain the token value from the Value column in the Tokens tab.
- <$region>: The OCI region where the token was generated (refer to Regions and Availability Domains).
- <fileNameWithExtn>: The JDK 17 binary file name to be downloaded.
For further information, refer to Script Friendly Download.