public class MacosJavaLocator extends JavaLocator
Created by covers1624 on 12/11/21.
JavaLocator.Builder| Modifier and Type | Method and Description |
|---|---|
java.util.List<JavaInstall> |
findJavaVersions()
Performs the searching of Java installations.
|
addJavaInstall, builder, findJavasInFolder, getJavaExecutable, listDirpublic java.util.List<JavaInstall> findJavaVersions() throws java.io.IOException
JavaLocatorThe result of this should be cached.
This can be re-run at any time.
findJavaVersions in class JavaLocatorjava.io.IOException - If an IO error occurred whilst searching folders, etc.