Re: java.lang.ClassNotFoundException - Mailing list pgsql-hackers

From Doug McNaught
Subject Re: java.lang.ClassNotFoundException
Date
Msg-id 878y91drkx.fsf@asmodeus.mcnaught.org
Whole thread Raw
In response to java.lang.ClassNotFoundException  ("Ulrich, Azar S." <AZAR.S.ULRICH@saic.com>)
List pgsql-hackers
"Ulrich, Azar S." <AZAR.S.ULRICH@saic.com> writes:

>    and I do have classpath set to where pg73jdbc3.jar is located via:
>
>    export CLASSPATH=.:~/lib

You need to put the JAR file itself in the classpath:

export CLASSPATH=~/lib/pg73jdbc3.jar:<other stuff>

-Doug


pgsql-hackers by date:

Previous
From: Roberto Fichera
Date:
Subject: pg_dump problem
Next
From: Josh Berkus
Date:
Subject: Re: [Plperlng-devel] Re: Concern about new PL/Perl