From owner-freebsd-java Tue Mar 24 11:38:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19780 for freebsd-java-outgoing; Tue, 24 Mar 1998 11:38:22 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19775 for ; Tue, 24 Mar 1998 11:38:20 -0800 (PST) (envelope-from kelly@plutotech.com) Received: from plutotech.com (tampopo.plutotech.com [206.168.67.161]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id MAA25181; Tue, 24 Mar 1998 12:38:16 -0700 (MST) Message-ID: <35180BA8.A9E65B6A@plutotech.com> Date: Tue, 24 Mar 1998 12:38:16 -0700 From: Sean Kelly Organization: Pluto Technologies X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Christoph Kukulies CC: java@FreeBSD.ORG Subject: Re: RmiJdbc References: <199803241911.UAA11017@gilberto.physik.RWTH-Aachen.DE> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 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