From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12424 invoked by alias); 19 Jan 2004 21:28:48 -0000 Mailing-List: contact rhdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhdb-owner@sources.redhat.com Received: (qmail 12393 invoked from network); 19 Jan 2004 21:28:47 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Jan 2004 21:28:47 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i0JLSkl25993 for ; Mon, 19 Jan 2004 16:28:46 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i0JLSka29343; Mon, 19 Jan 2004 16:28:46 -0500 Received: from to-dhcp4.toronto.redhat.com (to-dhcp4.toronto.redhat.com [172.16.14.104]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i0JLSjXd003865; Mon, 19 Jan 2004 16:28:46 -0500 Subject: Re: Java Problems From: David Jee To: John Allgood Cc: rhdb@sources.redhat.com In-Reply-To: <400C406E.50407@turbocorp.com> References: <400C01FF.2020908@turbocorp.com> <400C1AF2.2050700@redhat.com> <400C227C.7040000@turbocorp.com> <400C2F1B.50308@redhat.com> <400C3460.5080005@turbocorp.com> <1074544037.9514.20.camel@tomboy.toronto.redhat.com> <400C406E.50407@turbocorp.com> Content-Type: text/plain Organization: Message-Id: <1074547724.10056.3.camel@tomboy.toronto.redhat.com> Mime-Version: 1.0 Date: Mon, 19 Jan 2004 21:28:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q1/txt/msg00013.txt.bz2 On Mon, 2004-01-19 at 15:39, John Allgood wrote: > Ok where is the $CLASSPATH defined and what does it need to say. Is > this the /usr/bin/rhdb-admin script or does this go into the > /etc/profile. or /etc/bashrc. If you do not have CLASSPATH defined anywhere yet, you can add the following lines in /etc/profile: CLASSPATH=/usr/share/java/postgresql.jar export CLASSPATH -David Jee