Re: Puzzling Unix CLASSPATH issue...

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Christopher Farley <chris(at)northernbrewer(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Puzzling Unix CLASSPATH issue...
Date: 2004-07-02 04:58:35
Message-ID: 40E4EB7B.7090800@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Christopher Farley wrote:

> chris:~/test> export CLASSPATH=/usr/local/jdk1.4.2/jre/lib/rt.jar:.:pg74.214.jdbc3.jar; java DataBase
> Testing
> chris:~/test> su fred
> Password:
> fred:/home/chris/test> export CLASSPATH=/usr/local/jdk1.4.2/jre/lib/rt.jar:.:pg74.214.jdbc.jar; java DataBase
> Couldn't find driver class:
> java.lang.ClassNotFoundException: org.postgresql.Driver

Check the permissions on the driver jarfile; perhaps it is not readable
as 'fred'.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Christopher Farley 2004-07-02 05:11:20 Re: Puzzling Unix CLASSPATH issue...
Previous Message Christopher Farley 2004-07-02 04:37:37 Puzzling Unix CLASSPATH issue...