RCP中birt需要的依赖包

org.eclipse.birt.report.designer.ui.ide,
org.eclipse.birt.report.data.oda.jdbc,
org.eclipse.birt.report.engine.script.javascript,
org.eclipse.birt.report.engine.emitter.html,
org.eclipse.birt.core,
org.eclipse.birt.report.engine,
org.eclipse.birt.chart.device.extension,
org.eclipse.birt.chart.engine.extension,
org.eclipse.birt.chart.ui,
org.eclipse.birt.chart.ui.extension,

在getDevice("dv.swt")异常时,could not find device render impl for device
org.eclipse.birt.chart.device.swt,

在运行RCP程序中birt时,palette中无chart及crosstab时,需导入以下包
org.eclipse.birt,
org.eclipse.birt.report.designer.ui.cubebuilder,
org.eclipse.birt.chart.reportitem,
org.eclipse.birt.chart.reportitem.ui,
org.eclipse.birt.report.item.crosstab.ui,

在导出xls时,报The output format xls is not supported.
org.eclipse.birt.report.engine.emitter.prototype.excel_xxx.jar

org.eclipse.birt.report.engine.emitter.pdf,
org.eclipse.birt.report.designer.ui.preview.web,
org.eclipse.birt.report.designer.core,
org.eclipse.birt.report.designer.ui,
org.eclipse.birt.report.designer.ui.views;bundle-version="2.5.2",
org.eclipse.birt.report.data.oda.jdbc.ui;bundle-version="2.5.2",
org.eclipse.birt.report.designer.ui.data;bundle-version="2.5.2",

你可能感兴趣的:(JavaScript,eclipse,UI,jdbc,Excel)