Hi! I'm using batik and the JBuilder 5. I unzip batik in the programfolder and add all librays under projekt-properties, but the example from http://xml.apache.org don't work for me:
import org.apache.batik.dom.svg.SVGDOMImplementation; import org.w3c.dom.Document; DOMImplementation impl = SVGDOMImplementation.getDOMImplementation(); String svgNS = SVGDOMImplementation.SVG_NAMESPACE_URI; Document doc = impl.createDocument(svgNS, "svg", null); After impl. (and the dot) I don't see the method createDocument(). I think my Classpath isn't right (I read something about this in some newsgroups), but I don't know how to configure the JBuilder so this works for me. thank you for helping. Lars G�tte --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
