java 1.4 is needed to run pmd

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4723 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2006-10-21 00:44:57 +00:00
parent 065681cfc7
commit 9218cfeac1
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
<p>
Prerequisites:
<ul>
<li>JDK 1.3 or higher</li>
<li>JDK 1.4 or higher</li>
<li>The Unix "zip" utility <a href="http://www.info-zip.org/pub/infozip/">InfoZip</a></li>
</ul>
</p>

View File

@ -333,7 +333,7 @@ selecting the "Ask for Directory" checkbox.</p>
<a name="textpad"/><subsection name="TextPad">
<H5><U>Assumptions</U></H5>
<P><UL>
<LI>The Java Development Kit, version 1.3.1 (versions 1.3 and higher are acceptable) is properly installed into your machine, and exists in <CODE>D:\java\jdk_131\</CODE>. This means that <CODE>D:\java\jdk_131\bin\java.exe</CODE> exists.</LI>
<LI>The Java Development Kit, version 1.4.2 (versions 1.4 and higher are acceptable) is properly installed into your machine, and exists in <CODE>D:\java\jdk_142\</CODE>. This means that <CODE>D:\java\jdk_142\bin\java.exe</CODE> exists.</LI>
<LI>PMD version 3.8 exists in <CODE>D:\java\pmd-3.8\</CODE>. This means that <CODE>D:\java\pmd-3.8\lib\pmd-3.8.jar</CODE> (among other jar files in the same directory) exist.</LI>
</UL></P>
<H5><U>To integrate into TextPad</U></H5>
@ -341,7 +341,7 @@ selecting the "Ask for Directory" checkbox.</p>
<LI>In the <B>Configure</B> menu, choose <B>Preferences...</B>. This opens the Preferences dialog</LI>
<LI>In the left pane of the Preferences dialog, choose the <B>Tools</B> branch by clicking on the <I>word</I> "Tools".</LI>
<LI>On the far right of the dialog, click on the <B>Add</B> button, and then select <B>Program...</B> from the drop-down. This opens the standard Windows Open File dialog.</LI>
<LI>Type <CODE>D:\java\jdk_131\bin\java.exe</CODE> and click the <B>Open</B> button. In the center pane of the Preferences dialog, an item "Java" has now been added, and is currently selected.</LI>
<LI>Type <CODE>D:\java\jdk_142\bin\java.exe</CODE> and click the <B>Open</B> button. In the center pane of the Preferences dialog, an item "Java" has now been added, and is currently selected.</LI>
<LI>Click the word Java, which makes the word editable. Select the entire word, and type "PMD directory". Press Return</LI>
<LI>Repeat steps three through five, but type "PMD file", instead of "PMD directory".</LI>
<LI>Click <B>Apply</B>.</LI>