Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 1998 12:38:16 -0700
From:      Sean Kelly <kelly@plutotech.com>
To:        Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
Cc:        java@FreeBSD.ORG
Subject:   Re: RmiJdbc
Message-ID:  <35180BA8.A9E65B6A@plutotech.com>
References:  <199803241911.UAA11017@gilberto.physik.RWTH-Aachen.DE>

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

Same goes for .zip's, too.

--Sean

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?35180BA8.A9E65B6A>