What helped me was to change the Java version. I downgraded to Java 11 from Java 17 because Java 17 introduced stricter formatting rules and it started to fail at class initialization time (static block), causing a NoClassDefFoundError.
static
NoClassDefFoundError.