Hi!
I'm a newbie in XML and have only a little experience in Java. I have JDK under Windows Me and recently tried to install the Xerces parser. When I try to compile a Java Programm, that reads an XML-Document (the Java Programm is from a tutorial) with "javac test.java" I get plenty of errors. It compiles with: "javac -classpath c:\xerces\xerces.jar test.java", but it still doesn't run with "java -classpath c:\xerces\xerces.jar test" instead there is a Exception: java.lang.NoClassDefFoundError: test. I guess I have not installed the Xerces parser properly / in what JDK directory should I install it?
thanks for your help

Reply via email to