Log.warn("of Java1.1 as implemented by the Sun Virtual Maschines.");
Log.warn("If you are using the BEA JRockit VM, start the Java VM with the option");
Log.warn("'-Xstrictfp' to restore the default behaviour.");
}
final PackageManager mgr = getPackageManager();
mgr.addModule(JFreeReportCoreModule.class.getName());
mgr.load("org.jfree.report.modules.");
mgr.load("org.jfree.report.ext.modules.");
mgr.load("org.jfree.report.userdefined.modules.");
bootAdditionalModules();
mgr.initializeModules();
}