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!

javax.xml.namespace.QName

843834Mar 30 2004 — edited Jul 14 2004
I am trying to develp a command line client for a very simple web service I have developed (very much on the lines of the HelloWorld web service).

I keep getting the following error and I can't figure out which jar file I am missing. Any suggestions? I have all jaxrpc, jaxp, jaxb jar files on the classpath.


Client.java:1: package javax.xml.namespace does not exist

import javax.xml.namespace.QName;
^
Client.java:15: cannot resolve symbol
symbol : class QName
location: class Client
QName serviceName = new QName(
^
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 11 2004
Added on Mar 30 2004
6 comments
1,650 views