Can anybody have a solution for it. I am also getting the same exception org.eclipse.birt.report.engine.api.EngineException: Report engine fails to initialize org.eclipse.birt.report.engine.emitter.html emitter, please make sure required libraries for this emitter are installed. at org.eclipse.birt.report.engine.api.impl.EngineTask.createContentEmitter(EngineTask.java:1783) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:106) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:77) at com.avin.reportgeneration.popup.actions.ModuleReportGeneration$1.run(ModuleReportGeneration.java:510) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
code is failing at
if(config != null) { Object object = createObject(config, "class"); if(object instanceof IContentEmitter)
return (IContentEmitter)object; } return null;
object is of type org.eclipse.birt.report.engine.emitter.html.HTMLReportEmitter, hence returing null
I am using windows 8, Eclipse oxgen release 2 and Birt 4.7. I am adding all required birt plugins in my Target Platform.