I'm using junit Jupiter 5.6.3 and receive following error when running a test. My SDK is Corretto 11.
> Exception in thread "main" java.lang.Exception in thread "main" java.lang.NoClassDefFoundError: org/junit/platform/engine/TestDescriptor:org/junit/platform/engine/TestDescriptor
My junit library is added to the module libraries. What does it mean NoClassDefFoundError? I assume the jar package is on the classpath.