Where can I get the Eclipse Chart Engine distribution?
The Chart package is included in the main BIRT distribution, but you can get it separately from the download page. Select the BIRT version you need, and choose the Chart Engine distribution, it contains three folders: • ChartRuntime You can extract this into the Eclipse directory, it contains all chart plugins required to run, render and edit charts. Note that nothing will appear inside Eclipse, those plugins are to be used by an application built on top of them. • ChartSDK This contains everything you need to create charting applications. It includes all the runtime plugins, an example plugin, an examples view, a WTP extension (if you build a Web application using charts), documentation, and source code • DeploymentRuntime If you need to run your charting application outside Eclipse (web application or simple java application), this contains all the jars you need to put in your classpath. You can also get the chart plugins directly from CVS (/cvsroot/birt), if you wish to get the late