我正在尝试测试JasperReport Library的webapp示例。 我把战争加载到eclipse,Tomcat v8.0 Server。此外,我可以运行它,并查看索引页面。但是要测试这个应用程序,第一步是编译JRXML。
但是,我不能因为抛出一些例外:
scriptlets.WebappScriptlet cannot be resolved to a type
javax.servlet.ServletException: Error instantiating servlet class servlets.CompileServlet
java.lang.ClassNotFoundException: servlets.CompileServlet
您可以在src
文件夹中看到这些类: