ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/lib/README
Revision: 1.5
Committed: Wed Mar 14 23:25:19 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.4: +1 -1 lines
Log Message:
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

File Contents

# User Rev Content
1 tdb 1.2 i-scream Server Libraries
2     =========================
3    
4     This directory should contain the required libraries for the server. They are
5     listed here with their relevant download locations. These are not included
6     in the CVS repository due to their size.
7    
8 tdb 1.3 Update: These will be fetched by the configure script now.
9    
10 tdb 1.2 idl.jar
11     jacorb.jar
12    
13     - JacORB Libraries. Both can be obtained from the JacORB package in the lib
14     directory. The JacORB package can be downloaded from here.
15     http://www.inf.fu-berlin.de/~brose/jacorb/download.html
16    
17 tdb 1.4 crimson.jar
18 tdb 1.2 jaxp.jar
19    
20     - XML Parsing libraries. I'm not sure of exact download locations, except
21 tdb 1.4 that they're somewhere below the following URL.
22 tdb 1.2 http://java.sun.com/xml/download.html
23 tdb 1.4
24 tdb 1.5 mm.mysql-2.0.4-bin.jar
25 tdb 1.4
26     - mySQL libraries. Acquired from the GJT I believe.
27 tdb 1.2
28     This libraries will also be needed for compilation.