Re: list err
Daniel Zhang <[email protected]>
| Newsgroups | gmane.text.xml.soap.user |
|---|---|
| Message-ID | <[email protected]> |
This might be the classpath not picked up by your JVM. Run "java" by adding classpath. For example: java -classpath .:/path_to_soap/soap.jar:/path_to_other_jar org.apache.soap.server.ServiceManagerClient rpc-router-url list murugesh dour wrote: >i have an error like below for the command "java >org.apache.soap.server.ServiceManagerClient >rpc-router-url list", i added the paths of all the jar >files but still exits... > >Exception in thread "main" >java.lang.NoClassDefFoundError: >org/apache/soap/server/ServiceManagerClient > >__________________________________ >Do you Yahoo!? >Yahoo! Mail - More reliable, more storage, less spam >http://mail.yahoo.com > >