From owner-freebsd-java Tue Mar 24 12:09:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA23706 for freebsd-java-outgoing; Tue, 24 Mar 1998 12:09:57 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA23696 for ; Tue, 24 Mar 1998 12:09:44 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.7/8.8.7) id VAA11253; Tue, 24 Mar 1998 21:11:04 +0100 (MET) (envelope-from kuku) Message-ID: <19980324211103.10524@gil.physik.rwth-aachen.de> Date: Tue, 24 Mar 1998 21:11:03 +0100 From: Christoph Kukulies To: Sean Kelly Cc: Christoph Kukulies , java@FreeBSD.ORG Subject: Re: RmiJdbc References: <199803241911.UAA11017@gilberto.physik.RWTH-Aachen.DE> <35180BA8.A9E65B6A@plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <35180BA8.A9E65B6A@plutotech.com>; from Sean Kelly on Tue, Mar 24, 1998 at 12:38:16PM -0700 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 24, 1998 at 12:38:16PM -0700, Sean Kelly wrote: > > Anyone tried this? > > Nope. I use Java RMI extensively, but no RMI/JDBC. > > > Anyone knowing what the CLASSPATH magic is for the .jar files? > > Do they have to be specified explicitly in the classpath > > or can one put then into ~/classes? > > Yep. If you have /usr/local/share/classes/mumble.jar, your CLASSPATH > must mention mumble.jar's full path explictly: > > setenv CLASSPATH > /usr/local/share/classes/mumble.jar:/usr/local/share/classes:$HOME/classes:. Thanks. I got around this by recompiling RmiJdbc explicitly. Took half an hour on my Amd DX4/133. And it is slooow. I mean the data connection. Will perhaps post this in the newsgroup. With such a slow connection I cannot beat the guys who are doing Visual Basic programming with direct Win32 apps. > java rjdemo 1s pause URL: jdbc:rmi://pcwin126/jdbc:odbc:rjdemo (before the Connection is made) 1 min pause TUPLE: | 1 | Ellison | Larry | larry@oracle.com | (results spit out 10/s) TUPLE: | 2 | Clark | Jim | jim@netscape.com | > > Same goes for .zip's, too. > > --Sean -- --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message