ClassPath « Reflection « Java






1.Find occurrencens of a classname in system classpath or the specified ClassLoader
2.Parses the CLASSPATH and returns the directories used within it.
3.Use reflection to access the true classpath info.
4.Classpath Utils
5.Responsible for loading (class) files from the CLASSPATH. Inspired by sun.tools.ClassPath.