Re: Strange problem looks even stranger

Georges Louis <[email protected]> Tue, 14 Nov 2006 12:32:04 -0700
Newsgroups gmane.comp.java.sun.rmi
Message-ID <LISTSERV%[email protected]>
Thanks for your answers. I checked these points, but my client still does not work.

I ran the program with option -verbose to see which classes are loaded.
More than 700 classes are loaded, which is already a surprise for me.

Among all those lines reporting loads, I find:

    [Loaded rmisrv.I_Srv from http://localhost:8080/]

which confirms that the interface for the remote object is loaded (previously, I only saw that it was
sent by the server)

And my program terminates with:

     Exception in thread "main" java.lang.NoClassDefFoundError: rmisrv/I_Srv
        at rmicli.Cli.main(Cli.java:15)

Stranger and stranger, isn't it ?

Any idea ?

Thanks

Georges

===========================================================================
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