Added description of how to obtain JAXP 1.1 which we need for XML

parsing.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@54 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-07-17 17:15:56 +00:00
parent ab18d9742e
commit 868d983d9b
+7 -1
View File
@@ -20,9 +20,15 @@ shared library directory specified in the build.xml file
by the runjava script. Alternatively you can put it into your
LD_LIBRARY_PATH by hand.)
* The Java API for XML Processing (JAXP) 1.1 Reference Implementation:
http://java.sun.com/xml/download.html
(Only crimson.jar and jaxp.jar are required. xalan.jar may safely
be excluded.)
Once the jar files are in place (regardless of what they are named), the
build system will automatically include them in the compile-time
classpath.
--
$Id: README,v 1.2 2001/06/05 20:45:54 mdb Exp $
$Id: README,v 1.3 2001/07/17 17:15:56 shaper Exp $