When I try to test the jri report (deployed with tomcat) an error appears and indicate that:
java.lang.NoClassDefFoundError : could not initialize class net.sf.jasperreports.engine.util.jrstyledtextparser
JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
When I try to test the jri report (deployed with tomcat) an error appears and indicate that:
java.lang.NoClassDefFoundError : could not initialize class net.sf.jasperreports.engine.util.jrstyledtextparser
This typically indicates a missing font in the environment of the Tomcat (or other J2EE) server. You need to install all required fonts on that machine locally so that they are accessible by JasperReports.