Build Classpath
The build classpath is the path which is used to find classes that are referenced by your source code. During compilation, this path is used to search for classes outside of your project. The build classpath is specified for each project. In the project properties, it is referred to as the Java Build Path
Java builder
Classpath variables
Inclusion and exclusion patterns
Access rules