Class SystemJarFinder
java.lang.Object
nonapi.io.github.classgraph.classpath.SystemJarFinder
A class to find rt.jar and any JRE "lib/" or "ext/" jars.
-
Method Summary
Modifier and TypeMethodDescriptionGet the JRE "lib/" and "ext/" jar paths.static StringGet the JRE "rt.jar" path.
-
Method Details
-
getJreRtJarPath
Get the JRE "rt.jar" path.- Returns:
- The path of rt.jar (in JDK 7 or 8), or null if it wasn't found (e.g. in JDK 9+).
-
getJreLibOrExtJars
-