Wiktionary
classpath
n. (lb en programming) an argument that tells the Java virtual machine where to look for user-defined classes and packages when running Java programs.
Wikipedia
Classpath (Java)
Classpath is a parameter in the Java Virtual Machine or the Java compiler that specifies the location of user-defined classes and packages. The parameter may be set either on the command-line, or through an environment variable.