Could not initialize class net.sf.json.util.JSONUtils

转载自:http://blog.csdn.net/huangcongjie/article/details/7576824


java.lang.ClassNotFoundException: net.sf.ezmorph.Morpher 
Could not initialize class  net.sf.json.util.JSONUtils 

出现以上等异常,可能是因为缺少以下几个包中的一个: 

ezmorph-1.0.6.jar 
commons-lang 2.4 
commons-beanutils 1.7.0 
commons-collections 3.2 
commons-logging 1.1.1


你可能感兴趣的:(Could not initialize class net.sf.json.util.JSONUtils)