You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@locus.apache.org on 2000/10/01 03:00:47 UTC

cvs commit: jakarta-tomcat/src/doc/appdev installation.html

craigmcc    00/09/30 18:00:47

  Modified:    src/doc/appdev Tag: tomcat_32 installation.html
  Log:
  Update the installation instructions to indicate that JDK 1.3 is supported
  already, as well as 1.1 and 1.2.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.4.1   +2 -2      jakarta-tomcat/src/doc/appdev/installation.html
  
  Index: installation.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/installation.html,v
  retrieving revision 1.2
  retrieving revision 1.2.4.1
  diff -u -r1.2 -r1.2.4.1
  --- installation.html	2000/03/28 00:44:11	1.2
  +++ installation.html	2000/10/01 01:00:45	1.2.4.1
  @@ -36,8 +36,8 @@
   <h2>2.1 Java Development Kit</h2>
   
   <p>Tomcat will operate under any Java Development Kit (JDK) environment that
  -provides a JDK 1.1 or JDK 1.2 (also known as Java2 Standard Edition, or J2SE)
  -compatible platform.  You will need a Java Development Kit, as opposed to a
  +provides a JDK 1.1, JDK 1.2 (also known as Java2 Standard Edition, or J2SE)
  +or later platform.  You will need a Java Development Kit, as opposed to a
   Java Runtime Environment, so that your servlets, other classes, and JSP pages
   can be compiled.