Hi,I want to use these classes in my program. What should i do exactly?org.apache.xerces.dom.DocumentImpl;org.apache.xml.serialize.*;Do you have any idea?
i hope i dont have any problems with adding it to classpath. i add thee directory of jar file to the classpath by clicking environment variables.is there something wrong?
Ok... so forget setting the CLASSPATH... compile at the command line using the -classpath argument to javac This is better in the longterm anyway... otherwise your CLASSPATH just keeps growing and growing... until the classloader starts causing "Out of stackspace" errors ;-(
It's main reason is always that the jar file is not on class path.If you are using any IDE please check settings for that.The other reason could be the jar file is corupted so please get it downloaded again.