简体   繁体   English

NoClassDefFoundError:org / codehaus / jackson /使用Jackson JSON解析器进行版本控制

[英]NoClassDefFoundError: org/codehaus/jackson/Versioned using Jackson JSON parser

I have a Spring MVC REST project and I am being given the following message when I try to build the application: 我有一个Spring MVC REST项目,当我尝试构建应用程序时,我收到以下消息:

NoClassDefFoundError: org/codehaus/jackson/Versioned NoClassDefFoundError:org / codehaus / jackson / Versioned

I believe this is to do with the implementation of Jackson's JSON parser in the application but I am using: 我相信这与应用程序中Jackson的JSON解析器的实现有关,但我正在使用:

 jackson-annotations-2.4.0.jar 
 jackson-core-2.4.1.jar
 jackson-databind-2.4.1.jar

这个类是jackson-core-asl.jar一部分,它包含在类路径中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用org.codehaus.jackson反序列化JSON字符串 - Deserialize JSON String using org.codehaus.jackson java.lang.NoClassDefFoundError: org/codehaus/jackson/xc/JaxbAnnotationIntrospector - java.lang.NoClassDefFoundError: org/codehaus/jackson/xc/JaxbAnnotationIntrospector NoClassDefFoundError:使用杰克逊的org / codehaus / stax2 / ri / Stax2WriterAdapter - NoClassDefFoundError: org/codehaus/stax2/ri/Stax2WriterAdapter using jackson 从org.json JSONObject到org.codehaus.jackson - From org.json JSONObject to org.codehaus.jackson 更改json库以将json数组从com.fasterxml.jackson反序列化为org.codehaus.jackson? - Changing json libs to deserialize json array from com.fasterxml.jackson to org.codehaus.jackson? 杰克逊-杰克逊解析器未解析json - jackson - jackson parser not parsing the json java.lang.NoClassDefFoundError:org / codehaus / jackson / map / util / ISO8601DateFormat - java.lang.NoClassDefFoundError: org/codehaus/jackson/map/util/ISO8601DateFormat 获取java.lang.noclassdeffounderror org / codehaus / jackson / map / objectmapper错误。 - Getting java.lang.noclassdeffounderror org/codehaus/jackson/map/objectmapper error. 抛出异常; 嵌套异常是 java.lang.NoClassDefFoundError: org/codehaus/jackson/JsonFactory - threw exception; nested exception is java.lang.NoClassDefFoundError: org/codehaus/jackson/JsonFactory 使用Jackson JSON Parser:复杂的JSON? - Using Jackson JSON Parser: Complex JSON?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM