Function detect_java

Source
pub fn detect_java(path: &Path, max_depth: usize) -> Vec<JavaRuntime>
Expand description

Detects available Java runtimes within the specified path up to a maximum depth.

§Parameters

§Returns

A vector containing all detected Java runtimes.