RMI Problem- HELP?
Godmar Back
gback at cs.utah.edu
Fri Oct 30 12:56:43 PST 1998
>
> I am trying to run a java web based E-mail server using kaffe but this is
> the error I am gettting.
>
> [root at qube kaffe]# kaffe -v -classpath Klasses.jar:pizza.jar:mochaserv.jar
> StartAllServers
> Loading java/lang/Object.class(Klasses.jar) [compressed]
> <SNIP>
> Loading StartAllServers.class(mochaserv.jar) [compressed]
> Loading AddressServer.class(mochaserv.jar) [compressed]
> java.lang.ClassNotFoundException: java/rmi/server/UnicastRemoteObject
> Loading java/lang/ThreadDeath.class(Klasses.jar) [compressed]
>
>
> Does kaffe support the RMI objects?
RMI is not part of the libraries that come with Kaffe yet.
> What can I do to get this working?
No guarantees, but you can try to use Sun's implementation
by appending classes.zip to your classpath.
- Godmar
More information about the kaffe
mailing list