Re: Help with java.rmi.server.codebase
Niclas Hedhman <[email protected]> Sun, 24 Dec 2006 22:59:27 +0800
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Organization | Private |
| Message-ID | <[email protected]> |
On Sunday 24 December 2006 00:17, Vanfleet, David wrote: <not paying too much attention to the security issues> > Exception in thread "main" java.lang.NoClassDefFoundError: > com/ugs/xme/dto/Library IIRC, NoClassDefFoundError happens when a class or interface that is "part of" the java.rmi.Remote interface is not pre-existing on the client. Is com.ugs.xme.dto.Library inside the Remote interface? If so, it must be in the "client Jar" and not downloaded dynamically. Cheers Niclas =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html