Hi,
to start platform i have the following code:
EngineConfig engineConfig = new EngineConfig();
engineConfig.setResourcePath("/home/user");
Platform.startup(engineConfig);
//report engine
IReportEngineFactory engineFactory=(IReportEngineFactory) Platform.createFactoryObject(IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY);
reportEngine=engineFactory.createReportEngine(engineConfig);
but when I open a rptdesing and try to add an image from "Image file in shared resources" the folder doesn't appear

Why? I'm using Eclipse Indigo + BIRT 3.7 + Linux
Thanks