From owner-freebsd-questions Wed May 2 12:36:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from listproc.corp.loudcloud.com (olly.loudcloud.com [208.50.142.100]) by hub.freebsd.org (Postfix) with ESMTP id 09DCB37B422 for ; Wed, 2 May 2001 12:36:50 -0700 (PDT) (envelope-from seanp@loudcloud.com) Received: from loudcloud.com (grover.geek.loudcloud.com [192.168.0.253]) by listproc.corp.loudcloud.com (8.11.3/8.10.1) with ESMTP id f42JaUj26229; Wed, 2 May 2001 12:36:30 -0700 (PDT) Message-ID: <3AF06453.47BC8B3@loudcloud.com> Date: Wed, 02 May 2001 12:47:31 -0700 From: Sean Peck X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Java RMI on FreeBSD References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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