Thrown when the JVM cannot find a class at runtime that was present at compile time. Usually indicates a classpath or dependency configuration problem.
NoClassDefFoundError
java Thrown when the JVM cannot find a class at runtime that was present at compile time. Usually indicates a classpath or dependency configuration problem.