POI-4.1.1,操作报错如下:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/math3/util/ArithmeticUtils
解决:需要引用 commons-math3-3.6.1.jar
位置:POI-->lib目录下
本文介绍了解决在使用POI 4.1.1版本时出现的NoClassDefFoundError异常的方法。通过在lib目录下引入commons-math3-3.6.1.jar,成功解决了因找不到org/apache/commons/math3/util/ArithmeticUtils类而引发的操作错误。
POI-4.1.1,操作报错如下:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/math3/util/ArithmeticUtils
解决:需要引用 commons-math3-3.6.1.jar
位置:POI-->lib目录下
9559
14万+
1万+
865
7811
6067

被折叠的 条评论
为什么被折叠?
