From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6367 invoked by alias); 19 Jan 2004 20:17:43 -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 6353 invoked from network); 19 Jan 2004 20:17:42 -0000 Received: from unknown (HELO Voyager.turbocorp.com) (198.212.166.61) by sources.redhat.com with SMTP; 19 Jan 2004 20:17:42 -0000 Received: from turbocorp.com (localhost.localdomain [127.0.0.1]) by Voyager.turbocorp.com (8.12.10/8.12.10) with ESMTP id i0JJljhp006479; Mon, 19 Jan 2004 14:47:46 -0500 Message-ID: <400C3460.5080005@turbocorp.com> Date: Mon, 19 Jan 2004 20:17:00 -0000 From: John Allgood User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031110 MIME-Version: 1.0 To: Patrick Macdonald , rhdb@sources.redhat.com Subject: Re: Java Problems References: <400C01FF.2020908@turbocorp.com> <400C1AF2.2050700@redhat.com> <400C227C.7040000@turbocorp.com> <400C2F1B.50308@redhat.com> In-Reply-To: <400C2F1B.50308@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q1/txt/msg00010.txt.bz2 Patrick Macdonald wrote: > 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 > > Here is the files in this directory. Is this the only files I need. db.jar libgcj-3.3.2.jar postgresql.jar Thanks