It's not a secret anymore!
The moose likes Web Services and the fly likes javax.xml.rpc.Stub package not found Exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "javax.xml.rpc.Stub package not found Exception" Watch "javax.xml.rpc.Stub package not found Exception" New topic
Author

javax.xml.rpc.Stub package not found Exception

Rajeswari Gopal
Greenhorn

Joined: Apr 14, 2005
Posts: 26
Hi everybody,

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
That package is in a file called jaxrpc.jar; make sure that the file is readable (e.g. by running "jar tf jaxrpc.jar").


Android appsImageJ pluginsJava web charts
Rajeswari Gopal
Greenhorn

Joined: Apr 14, 2005
Posts: 26
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
 
Similar Threads
package not found
connection class
Package not found error in JSP
java.net
classes other than sevlets that are not jar-ed