From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25584 invoked by alias); 19 Jan 2004 19:25:18 -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 25577 invoked from network); 19 Jan 2004 19:25:18 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Jan 2004 19:25:18 -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 i0JJPHl06785 for ; Mon, 19 Jan 2004 14:25:17 -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 i0JJPGa11133; Mon, 19 Jan 2004 14:25:16 -0500 Received: from redhat.com (tomacco.toronto.redhat.com [172.16.14.69]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i0JJPFXd032453; Mon, 19 Jan 2004 14:25:15 -0500 Message-ID: <400C2F1B.50308@redhat.com> Date: Mon, 19 Jan 2004 19:25:00 -0000 From: Patrick Macdonald User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 MIME-Version: 1.0 To: John Allgood CC: rhdb@sources.redhat.com Subject: Re: Java Problems References: <400C01FF.2020908@turbocorp.com> <400C1AF2.2050700@redhat.com> <400C227C.7040000@turbocorp.com> In-Reply-To: <400C227C.7040000@turbocorp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q1/txt/msg00009.txt.bz2 John Allgood wrote: > Patrick Macdonald wrote: > >> John Allgood wrote: >> >>> I am having a problem running admin tool. Here is the error I get. I >>> have set my JAVA_HOME in /etc/profile. >>> >>> A error occured while attempting to load required JDBC classes. >>> Please ensure that all of the postgresql JDBC classes (including >>> org.postgresql.jdbc3.*) exist in you class path and are being seen by >>> the Java Virtual Machine. Admin cannot run until this is fixed. >>> >>> I believe there might be a link or something that I need to correct. >> >> >> >> The content of the message is probably correct... the jdbc driver >> (rh-postgresql3.jar) needs to be in the CLASSPATH. >> >> Cheers, >> Patrick >> >> > Where is the rh-postgresql3.jar file. I can't locate this on my system. The rh-postgresql-jdbc rpm installs the jar file in /usr/share/java. Cheers, Patrick