Clear the Java versions symlinked in the current project
java_clear_in_project(project_path = NULL, check = TRUE, delete_all = FALSE)
A message indicating whether the symlinks were cleared or not.
The project directory to clear. Defaults to the current working directory.
Whether to list the symlinked Java versions before clearing them. Defaults to TRUE.
Whether to delete all symlinks without prompting. Defaults to FALSE.