Re: Java RMI on FreeBSD

[ Available lists | Index of freebsd-questions | Month of May 2001 | Week of 2 May 2001 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Sean Peck <seanp@loudcloud.com>
Date
2 May 2001 12:36:52
Subject
Re: Java RMI on FreeBSD
Message-ID
3AF06453.47BC8B3@loudcloud.com

References to

[ Hide this part ]
You don't need to do anything with a WEB server to run RMI, you need to write
the client and server classes.

run the rmic compile on the server classes and make sure that the skel or stub
is in the classpath for the client.

Run rmiregistry
and then run the server class

Once this is done you can run the client class and things should work
correctly. If you are unfamiliar with RMI please consult documentation there
are several books etc that dedicate time to this topic.


Zhihui Zhang wrote:

> Has anyone done programming using Java RMI on FreeBSD? Do I have to set up
> a Web server to use this feature as indicated by the Sun Java
> tutorial? Thanks.
>
> -Zhihui
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

--
Garbage Collection... the bell bottoms of programming..



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Elapsed time: 0.111 seconds