Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-report-engine-dev] eclipse RCP - Birt integration

I have configured my plugin.xml dependencies with
org.eclipse.birt.report.viewer and added the following code to my app. 

Browser browser = new Browser( parent, SWT.NONE );
WebViewer.startup( browser );
WebViewer.display("C:/testproject/birt.rptdesign", WebViewer.HTML, true);

What does I have forgotten?

http://www.nabble.com/file/p14675486/birt.jpg 

--edit
If I have a runconfig with all plugins selected, it functions. Which plugins
are in minimum required?
-- 
View this message in context: http://www.nabble.com/eclipse-RCP---Birt-integration-tp14675486p14675486.html
Sent from the Eclipse BIRT - Report Engine - Dev mailing list archive at Nabble.com.



Back to the top