errors.fyi community error code reference
NoClassDefFoundError
java

NoClassDefFoundError

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

References

← all namespaces