aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-05-10 06:17:38 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-05-10 06:17:38 +0000
commitf5a4c665e18ed07ade9427f855f369f5eec03bc8 (patch)
treeaf071cfbe5fa719e49a78510e67097506ed763f0 /src/documentation/content
parent6aaaf6cbe25894ea05f68d88578748bae595c349 (diff)
downloadxmlgraphics-fop-f5a4c665e18ed07ade9427f855f369f5eec03bc8.tar.gz
xmlgraphics-fop-f5a4c665e18ed07ade9427f855f369f5eec03bc8.zip
Clarify instructions for installing JIMI & JAI.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196414 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r--src/documentation/content/xdocs/graphics.xml4
1 files 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 @@
<title>JIMI</title>
<p>
Because of licensing issues, the JIMI image library is not included in the FOP distribution. First, <fork href="http://java.sun.com/products/jimi">download</fork> 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.
</p>
</section>
<section id="jai">
<title>JAI</title>
<p>
FOP has been compiled with JAI support, but JAI is not included in the FOP distribution.
-To use it, simply install <link href="http://java.sun.com/products/java-media/jai">JAI</link>.
+To use it, install <link href="http://java.sun.com/products/java-media/jai">JAI</link>, 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 <link href="http://java.sun.com/products/java-media/jai/forDevelopers/jaifaq.html#platforms">What platforms are supported?</link> on the JAI FAQ page for more details.
</p>
</section>