List the Java versions symlinked in the current project
java_list_in_project(
project_path = NULL,
output = c("data.frame", "vector"),
quiet = TRUE
)
A data frame or character vector with the symlinked Java versions in the project directory.
The project directory to list. Defaults to the current working directory.
The format of the output: "data.frame" or "vector". Defaults to "data.frame".
A logical
value indicating whether to suppress messages. Can be TRUE
or FALSE
.