Problems with RMI

Lindeijer, D.G. kaffe@rufus.w3.org
Fri, 14 Jul 2000 15:27:57 +0200


Hello,

I am also having problems with kaffe rmi. At this time is see two problems

1 : kaffes JVM can only communicate with kaffes rmiregistry, if it
communicates with suns rmiregistry there is something about a protocol
problem. Suns JVM can communicate with kaffes rmiregistry.

2: kaffes RMI classloaded constructs incorrect URLs, if it needs to download
a class A in package x.y.z it requests http: //host/../x.y.z.A.class instead
of  http: //host/../x/y/z/A.class  


I made kaffes rmi work some time ago, so it can be done but im starting to
get seriously frustrated with it. I seriously considering to try out the
Jeode embedded JVM.


David Lindeijer