grchiu 2003/05/28 13:34:18
Modified: java/xdocs/sources/xalan faq.xml
Log:
Contributed by Christine Li ([EMAIL PROTECTED]).
Modified FAQ entry regarding bootclasspath; the class path separator is not
colon for all systems.
Revision Changes Path
1.34 +5 -1 xml-xalan/java/xdocs/sources/xalan/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/faq.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- faq.xml 22 May 2003 13:00:37 -0000 1.33
+++ faq.xml 28 May 2003 20:34:17 -0000 1.34
@@ -203,9 +203,13 @@
<code>java -Xbootclasspath/p:<path>
org.apache.xalan.xslt.Process</code>
<br />
- <br />where <path> is a colon separated lists of the paths to the
files xalan.jar,
+ <br />where <path> is a <path.separator> separated list of the
paths to the files xalan.jar,
xercesImpl.jar, and xml-apis.jar (e.g.
bin/xalan.jar:bin/xercesImpl.jar:bin/xml-apis.jar)
containing the new-version of &xslt4j;.
+ <br /><br />
+ <path.separator> depends on the OS and version of the JDK. For
Windows, it is likely a semicolon (;).
+ For Unix, it is likely a colon (:). To determine which
<path.separator> to use, you can execute "java -X";
+ it will mention the appropriate separator in the help output.
</li>
</ul>
<p>The following methods
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]