diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2008-01-22 10:50:24 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2008-01-22 10:50:24 +0000 |
commit | 1ebf696d404dc426c1ce1d99a560a07cb1c1d027 (patch) | |
tree | 19cd1b81f2f674acd6182078cf6a800dbf997170 /src/documentation | |
parent | 450450ded82131c048c19e48f445d550c5965639 (diff) | |
download | xmlgraphics-fop-1ebf696d404dc426c1ce1d99a560a07cb1c1d027.tar.gz xmlgraphics-fop-1ebf696d404dc426c1ce1d99a560a07cb1c1d027.zip |
Updated text to reflect the upgrading of the minimum Java requirement to 1.4
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@614170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/trunk/graphics.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/trunk/graphics.xml b/src/documentation/content/xdocs/trunk/graphics.xml index 7fc5c31e2..6fa0671aa 100644 --- a/src/documentation/content/xdocs/trunk/graphics.xml +++ b/src/documentation/content/xdocs/trunk/graphics.xml @@ -305,8 +305,7 @@ <p>Here are some workarounds:</p> <ul> <li> - If you are using JDK 1.4, start it with the <code>-Djava.awt.headless=true</code> - command line option. + Start Java with the <code>-Djava.awt.headless=true</code> command line option. </li> <li> Install an X server which provides an in-memory framebuffer without actually using a |