使用json报错java.lang.NoClassDefFoundError: nu/xom/ParentNode
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用json报错java.lang.NoClassDefFoundError: nu/xom/ParentNode相关的知识,希望对你有一定的参考价值。
解决方案:
引入xom包;
eg:
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
<version>1.2.5</version>
</dependency>
以上是关于使用json报错java.lang.NoClassDefFoundError: nu/xom/ParentNode的主要内容,如果未能解决你的问题,请参考以下文章
关于使用jackson.jar解析JSON时,大写JSON key值发生报错的问题
struts2使用json返回数据,报错:Parent package is not defined: json-default - [unknown location]