Customize Oxygen XML Editor plugin to Render PSD Images
Oxygen XML Editor plugin provides support for rendering PSD (Adobe Photoshop) images.
To enable the rendering of PSD images in Author mode, follow this procedure:
- Download the following JAR files:
- http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/common/common-lang/3.1.0/common-lang-3.1.0.jar
- http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/common/common-io/3.1.0/common-io-3.1.0.jar
- http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/common/common-image/3.1.0/common-image-3.1.0.jar
- http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-core/3.1.0/imageio-core-3.1.0.jar
- http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-metadata/3.1.0/imageio-metadata-3.1.0.jar
- http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-psd/3.1.0/imageio-psd-3.1.0.jar
- Copy the downloaded JAR libraries to the
[OXYGEN_INSTALL_DIR]\lib
directory. - Open
OXYGEN_PLUGIN_DIR/META-INF/MANIFEST.MF
and add a reference to the JAR libraries in theBundle-ClassPath
entry. - Restart Eclipse in clean mode (edit the
shortcut you use to start Eclipse and add
-clean
as the first argument.)