> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, 20 January 2005 10:05 PM > To: [email protected] > Subject: including libs in my project > >
> Exception in thread "main" java.lang.NoClassDefFoundError: > javax/xml/rpc/ServiceException < > So it looks like it still can't find my libs :-( Are the ServiceException class or any classes that ServiceException is dependent contained in the jar as classes or as nested jar files? If they are nested then they wil not be found because the standard classloader does not support nested jar file loading. Steve. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
