Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

package javax.xml does not exist

843834Jul 21 2003 — edited Jul 21 2003
Hi 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??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 18 2003
Added on Jul 21 2003
1 comment
387 views