I'm trying to test the webapp sample of the JasperReport Library. I load the war into eclipse, Tomcat v8.0 Server. Also, I can run it, and view index page. But to test this app, the first step is to compile the JRXML.
But, I can't because throws some exceptions:
scriptlets.WebappScriptlet cannot be resolved to a type
javax.servlet.ServletException: Error instantiating servlet class servlets.CompileServlet
java.lang.ClassNotFoundException: servlets.CompileServlet
You can see these classes into src
folder:
Maybe a bug in 6.3.0 version.
Resolved in 6.3.1 version. You can download from here.