Date: Wed, 02 May 2001 12:47:31 -0700 From: Sean Peck <seanp@loudcloud.com> To: Zhihui Zhang <zzhang@cs.binghamton.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Java RMI on FreeBSD Message-ID: <3AF06453.47BC8B3@loudcloud.com> References: <Pine.SOL.4.21.0105021515370.2065-100000@onyx>
index | next in thread | previous in thread | raw e-mail
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 messagehelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AF06453.47BC8B3>
