pub fn detect_java_home_dir(java_home: &Path) -> Option<JavaRuntime>
Expand description
Attempts to detect a Java runtime from the given Java home directory path.
ยงReturns
Some(JavaRuntime)
if the given path is a directory containing thebin
subdirectory with the Java executable file.None
if the given path is not a directory containing thebin
subdirectory with the Java executable file.