Hi, in my program I have problem with JFreeReport. Program write to console
INFO: Pixie library found. WMF file support will be available.
INFO: Registering fonts for the iText library; using a cached font registry.
INFO: Completed font registration.
and in debugger program stop in code
private JFreeReport createReportDefinition ()
{
JFreeReportBoot.getInstance().start();
final JFreeReport report = new JFreeReport();//here is stop
andI must kill my program. CPU is 10%, RAM my application 35MB, normal is 30MB.
In console in my IDE - NetBeans - is no write, any error.
To this functions I jump from
final TableModel data = createData();
final JFreeReport report = createReportDefinition();//here
Regards Vasek


Reply With Quote