The classpath is the list of places where the JVM looks for classes and resources (directories and JARs). If something is not on the classpath, you can get `ClassNotFoundException` / `NoClassDefFoundError`. You set it via build tools, IDE, or `-cp` when running Java.