java.lang.NoClassDefFoundError: com.github.fge.jackson.JsonLoader

前端 未结 1 857
闹比i
闹比i 2020-12-22 07:31

I am using github project \'json-schema-validator\' and getting below error.

java.lang.NoClassDefFoundError: com.github.fge.jackson.JsonLoader
at **********         


        
相关标签:
1条回答
  • 2020-12-22 08:01

    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).

    0 讨论(0)
提交回复
热议问题