>>>>> "JS" == Jane Singer <[EMAIL PROTECTED]> writes:

JS> Thanks for your prompt answer.  No, I definitely have the
JS> lib/batik-css.jar file, and it is in the class path.  Also, the
JS> message is inconsistent. Just now I ran it and it occurred at this
JS> line:

JS>  svgcanvas = new JSVGCanvas() ;

JS> the message was:

JS> java.lang.NoSuchMethodError: org.w3c.dom.css.CSSValue: method
JS> getCssValueType()S not found

JS> Any more suggestions?

    Ahh, that makes it look like you have an 'old' DOM binding earlier
on your class path than Batik's (we need one that supports styling).
There are many potential sources of DOM bindings, if you don't
explicity include something like Xerces before the Batik jars you
might also have something stuck in your jre/lib/ext directory.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to