Changes between Version 18 and Version 19 of HowTo/en/Installation

Show
Ignore:
Timestamp:
08/20/07 18:13:30 (3 years ago)
Author:
niko (IP: 89.185.109.52)
Comment:

added exif package

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/en/Installation

    v18 v19  
    5656=== Windows === 
    5757 
    58  * get the Java 2 SE '''SDK''' from [http://java.sun.com/j2se/1.4.2/download.html] and install it 
     58 * get the Java 2 SE '''SDK''' from [http://java.sun.com/j2se/1.4.2/download.html] and install it (JDK 1.5 is supported, 1.6 not yet fully) 
    5959 * get Apache Tomcat (a non-alpha version would be best) from [http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi] and install it 
    6060 
     
    109109After downloading the packages (most of the time zip or tar.gz), get the jar file out of it and put it in tomcatroot/common/lib. 
    110110 
    111  * Apache Commons IO: http://jakarta.apache.org/site/binindex.cgi#commons-io (commons-io-1.0.jar) 
     111 * Apache Commons IO: http://jakarta.apache.org/site/binindex.cgi#commons-io (commons-io-1.1.jar) 
    112112 * Apache Commons fileupload: http://jakarta.apache.org/site/binindex.cgi#commons-fileupload (commons-fileupload.jar) 
    113113 * MySQL Connector: http://dev.mysql.com/downloads/connector/j/ (mysql-connector-java-3.x.y-bin.jar) - or MaxDB or Oracle JDBC Connector 
     
    119119 * xerces: http://xml.apache.org/xerces2-j/download.cgi (xercesImpl.jar) 
    120120 * jcifs: http://jcifs.samba.org/ (jcifs-1.x.y.jar) -> this is needed by the login classes 
     121 * exif library: http://www.drewnoakes.com/code/exif/releases/metadata-extractor-2.4.0-beta-1.jar (use latest) 
    121122 
    122123=== Installing libraries - Gentoo Way ===