Search code examples
eclipse-rcpbatik

Using Eclipse RCP and Apache Batik together


Is it possible to use all the Batik components in an application developed in Eclipse RCP? Can you please point me to relevant documentation.


Solution

  • It is possible to use batik in eclipse RCP apps, as e4 uses the CSS engine. See http://www.eclipse.org/orbit for the latest stable build that includes a number of the batik bundles. Ex, in our RCP app we use the following + some supporting w3c bundles:

    org.apache.batik.css_1.6.0.v201011041432.jar
    org.apache.batik.util_1.6.0.v201011041432.jar
    org.apache.batik.util.gui_1.6.0.v201011041432.jar
    org.apache.batik.xml_1.6.0.v201011041432.jar