package javax.xml does not exist
843834Jul 21 2003 — edited Jul 21 2003Hi all,
I just downloaded the java web services package. I installed it and created the classpath to "d:\jwsdp-1.2\jaxp\lib\jaxp-api.jar" then updated the path to "D:\jwsdp-1.2\bin".
And finally I created the "d:\java\j2sdk_nb\j2sdk1.4.2\jre\lib\endorsed" folder and copied to it all the files that were in the "d:\jwsdp-1.2\jaxp\lib\endorsed" folder, as instructed at the end of the package install
However, when I compile my program, I get the following error:
package javax.xml does not exist
impot javax.xml.parsers;
Any ideas please??