diff --git a/pmd/xdocs/installing.xml b/pmd/xdocs/installing.xml
index 9fb01afaf4..026db0fe4b 100644
--- a/pmd/xdocs/installing.xml
+++ b/pmd/xdocs/installing.xml
@@ -26,7 +26,7 @@
Prerequisites:
- - JDK 1.3 or higher
+ - JDK 1.4 or higher
- The Unix "zip" utility InfoZip
diff --git a/pmd/xdocs/integrations.xml b/pmd/xdocs/integrations.xml
index abdac79826..3cad485931 100644
--- a/pmd/xdocs/integrations.xml
+++ b/pmd/xdocs/integrations.xml
@@ -333,7 +333,7 @@ selecting the "Ask for Directory" checkbox.
Assumptions
- - The Java Development Kit, version 1.3.1 (versions 1.3 and higher are acceptable) is properly installed into your machine, and exists in
D:\java\jdk_131\
. This means that D:\java\jdk_131\bin\java.exe
exists.
+ - The Java Development Kit, version 1.4.2 (versions 1.4 and higher are acceptable) is properly installed into your machine, and exists in
D:\java\jdk_142\
. This means that D:\java\jdk_142\bin\java.exe
exists.
- PMD version 3.8 exists in
D:\java\pmd-3.8\
. This means that D:\java\pmd-3.8\lib\pmd-3.8.jar
(among other jar files in the same directory) exist.
To integrate into TextPad
@@ -341,7 +341,7 @@ selecting the "Ask for Directory" checkbox.
In the Configure menu, choose Preferences.... This opens the Preferences dialog
In the left pane of the Preferences dialog, choose the Tools branch by clicking on the word "Tools".
On the far right of the dialog, click on the Add button, and then select Program... from the drop-down. This opens the standard Windows Open File dialog.
- Type D:\java\jdk_131\bin\java.exe
and click the Open button. In the center pane of the Preferences dialog, an item "Java" has now been added, and is currently selected.
+ Type D:\java\jdk_142\bin\java.exe
and click the Open button. In the center pane of the Preferences dialog, an item "Java" has now been added, and is currently selected.
Click the word Java, which makes the word editable. Select the entire word, and type "PMD directory". Press Return
Repeat steps three through five, but type "PMD file", instead of "PMD directory".
Click Apply.