java报错汇总
Posted 飞火流星
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java报错汇总相关的知识,希望对你有一定的参考价值。
注:很多报错是因为jar包冲突或引入了无用的包,先检查。
--
1,Caused by: java.lang.NoClassDefFoundError: com/google/common/cache/CacheLoader
检查是否用到缓存,如不,检查lib的jar包有无引入了cache包,有则删掉。如用到,则响应的包:guava-17.0.jar
2,java.lang.NoClassDefFoundError: org/springframework/context/EnvironmentAware
加入spring-context-4.x.x.RELEASE.jar
以上是关于java报错汇总的主要内容,如果未能解决你的问题,请参考以下文章
Failed to convert property value of type ‘java.lang.String‘ to required type ‘int‘ for property(代码片段
错误记录Flutter 混合开发获取 BinaryMessenger 报错 ( FlutterActivityAndFragmentDelegate.getFlutterEngine() )(代码片段
maven web项目的web.xml报错The markup in the document following the root element must be well-formed.(代码片段