diff options
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/compiling.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/compiling.xml b/src/documentation/content/xdocs/compiling.xml index da38a0cef..51d7856e3 100644 --- a/src/documentation/content/xdocs/compiling.xml +++ b/src/documentation/content/xdocs/compiling.xml @@ -16,6 +16,12 @@ If you are using a binary distribution, it is already compiled and there is no n <section> <title>Set Up Your Environment</title> <section> + <title>JDK</title> + <p> + Building FOP requires a minimum Java Development Kit (JDK) of 1.3. + </p> + </section> + <section> <title>CLASSPATH</title> <p>There is no generally no need to setup a classpath. All libraries needed to compile FOP are included in the source distribution and are referenced by the build script. |