--- Begin Message ---
Hi all,
I have some problems to use rmi with the current CVS kaffe version.
Firstly, the "bind" or "rebind" method in the class java.rmi.Naming
seems to delete the first
character of the server's name.
Secondly, the rmic does not work because it does not find java Classes.
I think the ClassLoader
does not work correctly.
The error is the following :
rmic mathImpl
java.lang.ClassNotFoundException: mathImpl
at java.lang.Class.forName(Class.java:native)
at java.lang.Class.forName(Class.java:44)
at kaffe.rmi.rmic.RMIC.findClass(RMIC.java:149)
at kaffe.rmi.rmic.RMIC.analyzeClass(RMIC.java:115)
at kaffe.rmi.rmic.RMIC.processClass(RMIC.java:84)
at kaffe.rmi.rmic.RMIC.run(RMIC.java:73)
at kaffe.rmi.rmic.RMIC.main(RMIC.java:52)
Caused by: <null cause>
Best regards,
Nicolas
--
-- Nicolas Le Sommer -------------------------------------
Universit� de Bretagne Sud -- Laboratoire Valoria
Campus de Tohannic, 56000 Vannes, France
Email : mailto:[EMAIL PROTECTED]
Web : http://www.univ-ubs.fr/valoria/Nicolas.Le-Sommer
Tel : 02 97 01 72 45 -- Fax : 02 97 01 72 00
----------------------------------------------------------
--- End Message ---