vhardy 01/12/18 05:08:06
Modified: xdocs faq.xml
Log:
Added entry for Java Web Start issue on Mac OS X.
Revision Changes Path
1.28 +18 -1 xml-batik/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/xml-batik/xdocs/faq.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- faq.xml 2001/12/17 16:02:17 1.27
+++ faq.xml 2001/12/18 13:08:06 1.28
@@ -10,7 +10,7 @@
<!-- ========================================================================= -->
<!-- author [EMAIL PROTECTED] -->
<!-- author [EMAIL PROTECTED] -->
-<!-- version $Id: faq.xml,v 1.27 2001/12/17 16:02:17 deweese Exp $ -->
+<!-- version $Id: faq.xml,v 1.28 2001/12/18 13:08:06 vhardy Exp $ -->
<!-- ========================================================================= -->
<!DOCTYPE faqs SYSTEM "./dtd/faq-v10.dtd">
@@ -592,6 +592,23 @@
with the document enough it will often 'fix' it's self for a while,
then after a while it will go back to being broken (this makes me
think the problem may be some sort of race condition in the JVM).</p>
+ </answer>
+</faq>
+
+<faq>
+ <question>
+ I cannot run the Batik demo on Mac OS X (10.1.1). The Batik splash screen hangs.
+ What is happening?
+ </question>
+ <answer>
+ <p>The Batik demo (see http://xml.apache.org/batik/batikDemo.html) uses Java
Web Start. Java Web Start (under the Applications/Utilities
+ folder), lets you start a Java application from a web browser. You can see the
debug
+ traces by enabling the Java console for Java Web Start. If you do, you will see
that
+ there is a java.lang.NoSuchMethodError execption thrown.</p>
+ <p>This is happening because the Java Web Start jar file (javaws.jar in
/Applications/Utilities/Java Web Start/Content/MacOS)
+ contains an older version of the DOM bindings.</p>
+ <p>One work around is to manually patch the javaws.jar file to remove the DOM
bindings
+ so that they do not take precedence over the Batik ones.</p>
</answer>
</faq>
</faqs>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]