java_valid_major_versions_corretto {rJavaEnv} | R Documentation |
Get Available Online Versions of Amazon Corretto
Description
This function downloads the latest Amazon Corretto version information from the Corretto GitHub endpoint and returns a data frame with details for all eligible releases.
Usage
java_valid_major_versions_corretto(
arch = NULL,
platform = NULL,
imageType = "jdk"
)
Arguments
arch |
Optional character string for the target architecture (e.g., "x64").
If |
platform |
Optional character string for the operating system (e.g., "windows", "macos", "linux").
If |
imageType |
Optional character string to filter on; defaults to |
Details
It leverages the existing platform_detect()
function to infer the current operating
system and architecture if these are not provided.
Value
A character
vector of available major Corretto versions.
[Package rJavaEnv version 0.3.0 Index]