I am getting a some "NoSuchMethodError" messages at, or nearly after, the
point in the code where I add an SVGDocument to and JSVGCanvas:
svgcanvas.setSVGDocument(svgdoc);
I know this usually has to do with problems with the class path, but it is
strange that other classes from within the same jar files work fine.
I'm working with JBuilder.
Can someone help me?
Jane
java.lang.NoSuchMethodError
at org.apache.batik.bridge.CSSUtilities.convertVisibility(Unknown
Source)
at
org.apache.batik.bridge.SVGSVGElementBridge.createGraphicsNode(Unknown
Source)
at org.apache.batik.bridge.GVTBuilder.build(Unknown Source)
at org.apache.batik.swing.svg.GVTTreeBuilder.run(Unknown Source)
java.lang.NoSuchMethodError
at org.apache.batik.bridge.CSSUtilities.convertVisibility(Unknown
Source)
at
org.apache.batik.bridge.SVGSVGElementBridge.createGraphicsNode(Unknown
Source)
at org.apache.batik.bridge.GVTBuilder.build(Unknown Source)
at org.apache.batik.swing.svg.GVTTreeBuilder.run(Unknown Source)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]