Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 1998 21:11:03 +0100
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        Sean Kelly <kelly@plutotech.com>
Cc:        Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>, java@FreeBSD.ORG
Subject:   Re: RmiJdbc
Message-ID:  <19980324211103.10524@gil.physik.rwth-aachen.de>
In-Reply-To: <35180BA8.A9E65B6A@plutotech.com>; from Sean Kelly on Tue, Mar 24, 1998 at 12:38:16PM -0700
References:  <199803241911.UAA11017@gilberto.physik.RWTH-Aachen.DE> <35180BA8.A9E65B6A@plutotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980324211103.10524>