NullPointerException Platform.createFactoryObject [message #778328] |
Thu, 12 January 2012 07:05  |
Eclipse User |
|
|
|
Eclipse Java EE IDE for Web Developers.
Version: Indigo Service Release 1
Build id: 20110916-0149
Birt 3.7.1
I've got java.lang.NullPointerException on:
engine = factory.createReportEngine( config );
//...and then second one at line:
design = engine.openReportDesign("C:/Users/ms/Libs/BIRT/birt-runtime-3_7_1/ReportEngine/samples/hello_world.rptdesign");
I believe it's connected with:
IReportEngineFactory factory = (IReportEngineFactory) Platform
.createFactoryObject( IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY ); //
I've commented
// Platform.startup( config );
but it didn't help.
any ideas, please?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03934 seconds