{
final InputStream in = ObjectUtilities.getResourceRelativeAsStream
("coremodule.properties", JFreeReportCoreModule.class);
if (in == null)
{
throw new ModuleInitializeException
("File 'coremodule.properties' not found in JFreeReport package.");
}
loadModuleInfo(in);
}