mcconnell 2003/12/21 15:40:06
Modified: merlin INSTALLATION.TXT
Log:
Update install instructions to reference MERLIN_JVMARGS env variable.
Revision Changes Path
1.8 +17 -4 avalon/merlin/INSTALLATION.TXT
Index: INSTALLATION.TXT
===================================================================
RCS file: /home/cvs/avalon/merlin/INSTALLATION.TXT,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- INSTALLATION.TXT 20 Dec 2003 22:29:59 -0000 1.7
+++ INSTALLATION.TXT 21 Dec 2003 23:40:06 -0000 1.8
@@ -11,7 +11,6 @@
/merlin
/bin
/config
- /ext
/system
README.TXT
LICENSE.TXT
@@ -30,6 +29,9 @@
your system path. The MERLIN_HOME environment variable
should point to the merlin directory.
+Under Windows you can set environment variables by selecting the
+Environment Tab from the System Control Panel.
+
Under Lunix you can do this as follows:
$ echo '
@@ -40,9 +42,6 @@
> ' >> ~/.bash_profile
$ source ~/.bash_profile
-Under Windows you can set environment variables by selecting the
-Environment Tab from the System Control Panel.
-
Versions of Merlin prior to the 3.2-dev 20031210 build maintained
a local repository of jar files under the %MERLIN_HOME%/repository
directory. As of the 20031210 build the repository is maintained
@@ -84,3 +83,17 @@
You now have everything in place to start using the Merlin Tutorial or
building you own components. If you have any problems, please subscribe
and post a message to [EMAIL PROTECTED]
+
+Special Note for JRE 1.3 and earlier.
+-------------------------------------
+
+Some applications assume that XML parsing classes are available withing
+the JRE. This is not the case with JDK 1.3 and earlier. To resolve this
+you can copy the following files to the JAVAHOME/lib/ext directory or
+declare an alternative directory under the MERLIN_JVMARGS environment
+variable.
+
+ system/xml-apis/jars/xml-apis-2.0.2.jar
+ system/xml-apis/jars/xmlParserAPIs-2.0.2.jar
+ system/xerces/jars/xerces-2.4.0.jar
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]