NoClassDefFoundError

murugesh dour <[email protected]>
Newsgroups gmane.text.xml.soap.user
Message-ID <[email protected]>
hi
I receive this error... i fell i haven given the class
paths correctly... 
help me out....

[root@localhost soap]# ./testquoteservice.sh
Exception in thread "main"
java.lang.NoClassDefFoundError:
com/soapuser/soap/client/quotation/GetAllQuotations
Exception in thread "main"
java.lang.NoClassDefFoundError:
com/soapuser/soap/client/quotation/SubmitQuotation
Exception in thread "main"
java.lang.NoClassDefFoundError:
com/soapuser/soap/client/quotation/GetQuotationsByAuthor

when i excute this script...

#!/bin/sh
CLASSPATH=/home/soap/soap-2_3_1/lib/soap.jar
CLASSPATH=${CLASSPATH}:/root/javamail-1.3.1/mail.jar
CLASSPATH=${CLASSPATH}:/root/jaf-1.0.2/activation.jar
CLASSPATH=${CLASSPATH}:/root/xerces-1_2_3/xerces.jar
set CLASSPATH=${CLASSPATH}:/root/jbproject/quote
export CLASSPATH
java
com.soapuser.soap.client.quotation.GetAllQuotations
http://localhost:8080/soap/servlet/rpcrouter
java
com.soapuser.soap.client.quotation.SubmitQuotation
http://localhost:8080/soap/servlet/rpcrouter "Kennedy,
John F." "Forgive your enemies, but never forget their
names."
java
com.soapuser.soap.client.quotation.GetQuotationsByAuthor
http://localhost:8080/soap/servlet/rpcrouter "Wilde,
Oscar"





__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.