Hi,

I have a servlet (fileA) that invokes a JAVA file (fileB) to do some things
including a call to another JAVA file (fileC).  When I run fileB as a
stand-alone (with a main method) it works and calls fileC correctly.
However, when I have the servlet (fileA) invoke fileB (now defined as a
method with a return value of Hashtable), it cannot locate fileC.

I get a ClassNotFoundException error when it tries to hit fileC.  I've
added a catch block and can see that the parameters are being passed over
to fileB correctly from the servlet.  Any suggestions or ideas would be
much appreciated.


Thanks,
Mike Cunningham
Programmer/Analyst
[EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to