diff options
-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 |