javax.xml.rpc NOT FOUND
843834May 14 2003 — edited May 15 2003I 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