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.rpc NOT FOUND

843834May 14 2003 — edited May 15 2003
I am trying to compile the HelloClient class of the hello example of JAX-RPC.
I have already set all the required environmental variables (I hope so!). However, when I compile I get the following

HelloClient.java:3: package javax.xml.rpc does not exist
import javax.xml.rpc.Stub;


I checked the content of the "jaxrpc-api.jar" files but I could not find the Stub class in it.

Could you please tell me where the Stub class is supposed to be?

Thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 12 2003
Added on May 14 2003
3 comments
323 views