I am using github project \'json-schema-validator\' and getting below error.
java.lang.NoClassDefFoundError: com.github.fge.jackson.JsonLoader at **********
Most of the times this error happens if you have wrong version of jars at runtime. Make sure you are using proper version of jackson-coreutils.jar (same version you used while compiling the code).
jackson-coreutils.jar