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."

Related concepts

Java builder
Classpath variable
Exclusion and inclusion filters
Access rules

Related reference

Classpath Variables preferences
Java Build Path properties