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!

where is "javax.xml.rpc.Service"

843833Apr 18 2004 — edited Jun 8 2004
I am using Sun One Studio 5 update 1 developing j2ee application. I created a client calling a webservice, and it works fine within the IDE. However, when I tried to compile the client using the j2se compiler, it complained that 2 classes can not been found: javax.xml.rpc.Service.class and com.sun.xml.rpc.client.BasicService.class.

Can anyone kindly advise which .jar files I should add to the classpath to compile the j2ee client?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 6 2004
Added on Apr 18 2004
2 comments
627 views