Error when compiling with iReport-5.6.0 Java

我们两清 提交于 2019-12-11 08:31:53

问题


I have a problem with my report.

It now come to try to make some changes, but it turns out I can not compile the report even without having changed anything.

The error is pulling iReport:

Error compiling the report java source! java.lang.NoClassDefFoundError: org / eclipse / jdt / internal / compiler / IProblemFactory at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run (IReportCompiler.java:498) at org.openide.util.RequestProcessor $ Task.run (RequestProcessor.java:572) at org.openide.util.RequestProcessor $ Processor.run (RequestProcessor.java:997) Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.internal.compiler.IProblemFactory at java.net .URLClassLoader $ 1.run (URLClassLoader.java:366) at java.net.URLClassLoader $ 1.run (URLClassLoader.java:355) at java.security.AccessController.doPrivileged (Native Method) at java.net.URLClassLoader.findClass (URLClassLoader .java: 354) at java.lang.ClassLoader.loadClass (ClassLoader.java:423) at java.lang.ClassLoader.loadClass (ClassLoader.java:356) ... 3 more Compilation running time: 94

I don't know where this come from, help would be appreciated.

来源:https://stackoverflow.com/questions/28835175/error-when-compiling-with-ireport-5-6-0-java

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