Hi Genies I've installed the batik 1.5 binary distribution on my PC running Windows XP.
I've set my CLASSPATH environment variable and have confirmed that it is set correctly. Now I am trying to compile the following code. ------------------------------------------------------------------------ ------------------------ import org.w3c.dom.DOMImplementation; import org.apache.batik.dom.svg.SVGDOMImplementation; public class Class1 { public static void main(String[] args) { DOMImplementation impl = SVGDOMImplementation.getDOMImplementation(); } } ------------------------------------------------------------------------ ------------------------ But compiler can't find any of the classes and throwing the following error. "Class1.java:2: package org.apache.batik.dom.svg does not exist" Did anyone face the same problem in past? I am breaking my head with this problem for last two days. If anyone help me to solve this problem it would be much appreciated. Thanks in advance Shan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]