JasperReports 5.0.0 - Getting java.lang.NoClassDefFoundError: org/apache/commons/javaflow/bytecode/Continuable

社会主义新天地 提交于 2019-12-08 11:13:15

问题


I have a problem with a project that use JasperReports 5.0.0. I deployed a war with the jasper's libraries in another servers and I had not any problem. But in the productive enviornment, when I want generate a report, the aplication throws the next exception.

java.lang.NoClassDefFoundError: org/apache/commons/javaflow/bytecode/Continuable

The war contains the next jars:

jasperreports-5.0.0.jar
jasperreports-aplet-5.0.0.jar
jasperreports-font-5.0.0.jar
jasperreports-javaflow-5.0.0.jar

And the server is a Weblogic 10.3.5.0

来源:https://stackoverflow.com/questions/18359568/jasperreports-5-0-0-getting-java-lang-noclassdeffounderror-org-apache-commons

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!