From f5a4c665e18ed07ade9427f855f369f5eec03bc8 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Sat, 10 May 2003 06:17:38 +0000 Subject: [PATCH] Clarify instructions for installing JIMI & JAI. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196414 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/graphics.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/documentation/content/xdocs/graphics.xml b/src/documentation/content/xdocs/graphics.xml index 655f42594..766507177 100644 --- a/src/documentation/content/xdocs/graphics.xml +++ b/src/documentation/content/xdocs/graphics.xml @@ -121,14 +121,14 @@ JIMI

Because of licensing issues, the JIMI image library is not included in the FOP distribution. First, download and install it. -Then, copy the file "JimiProClasses.zip" from the archive to xml-fop/lib/jimi-1.0.jar. Please note that FOP binary distributions are compiled with JIMI support, so there is no need for you to build FOP to add the support. If jimi-1.0.jar is installed in the right place, it will automatically be used by FOP, otherwise it will not. +Then, copy the file "JimiProClasses.zip" from the archive to {fop-install-dir}/lib/jimi-1.0.jar. Please note that FOP binary distributions are compiled with JIMI support, so there is no need for you to build FOP to add the support. If jimi-1.0.jar is installed in the right place, it will automatically be used by FOP, otherwise it will not.

JAI

FOP has been compiled with JAI support, but JAI is not included in the FOP distribution. -To use it, simply install JAI. +To use it, install JAI, then copy the jai_core.jar file to {fop-install-dir}/lib. JAI is much faster than JIMI, but is not available for all platforms. See What platforms are supported? on the JAI FAQ page for more details.

-- 2.39.5