markt       2004/06/18 16:32:53

  Modified:    .        RUNNING.txt
  Log:
  Fix bug 23203. JDK should be renamed to J2SE SDK. Add note
  about using SDK rather than JRE.
    - Patch based on contribution from Glen Mazza
    - Ported from TC4
  
  Revision  Changes    Path
  1.7       +11 -5     jakarta-tomcat-5/RUNNING.txt
  
  Index: RUNNING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/RUNNING.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RUNNING.txt       17 Jun 2004 22:28:55 -0000      1.6
  +++ RUNNING.txt       18 Jun 2004 23:32:53 -0000      1.7
  @@ -10,16 +10,22 @@
   the following:
   
   
  -(0) Download and Install a Java Development Kit
  +(0) Download and Install the J2SE Software Development Kit (SDK)
   
  -* Download a Java Development Kit (JDK) release (version 1.3 or later) from:
  +* Download the Java 2 Standard Edition (J2SE) SDK, release version 1.3 or 
  +  later, from:
   
       http://java.sun.com/j2se/
   
  -* Install the JDK according to the instructions included with the release.
  +NOTE:  Downloading the Java Runtime Environment (JRE) instead is *not* 
  +sufficient for most users because Tomcat uses the javac.exe that is not
  +present in the JRE to compile JSP pages. Unless you are *very* sure of
  +what you are doing, please use the full SDK.
  +
  +* Install the SDK according to the instructions included with the release.
   
   * Set an environment variable JAVA_HOME to the pathname of the directory
  -  into which you installed the JDK release.
  +  into which you installed the SDK release.
   
   
   (1) Download and Install the Tomcat 5 Binary Distribution
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to