I am a newbie of web services..I am building a web service with JAX-RPC, while compiling i am getting an error "javax.xml.rpc" package not found.. Eventhough i added the jar files in the classpath and jdk/jre/lib/ext/ the error is repeating.. please anybody help me to solve this error.. Thanks, Rajeswari.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
7
posted
0
That package is in a file called jaxrpc.jar; make sure that the file is readable (e.g. by running "jar tf jaxrpc.jar").
Hi, Thanks for your reply. I checked jaxrpc.jar file is readable,eventhough the same error is coming.. how to rectify this error any other solution to solve this... Thanks, Rajeswari
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: javax.xml.rpc.Stub package not found Exception