Changes between Version 18 and Version 19 of HowTo/en/Installation
- Timestamp:
- 08/20/07 18:13:30 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/en/Installation
v18 v19 56 56 === Windows === 57 57 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) 59 59 * get Apache Tomcat (a non-alpha version would be best) from [http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi] and install it 60 60 … … 109 109 After 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. 110 110 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) 112 112 * Apache Commons fileupload: http://jakarta.apache.org/site/binindex.cgi#commons-fileupload (commons-fileupload.jar) 113 113 * MySQL Connector: http://dev.mysql.com/downloads/connector/j/ (mysql-connector-java-3.x.y-bin.jar) - or MaxDB or Oracle JDBC Connector … … 119 119 * xerces: http://xml.apache.org/xerces2-j/download.cgi (xercesImpl.jar) 120 120 * 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) 121 122 122 123 === Installing libraries - Gentoo Way ===
