Re: java.lang.ClassNotFoundException

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: "Ulrich, Azar S(dot)" <AZAR(dot)S(dot)ULRICH(at)saic(dot)com>
Cc: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>, "'ulricha(at)saic(dot)com'" <ulricha(at)saic(dot)com>
Subject: Re: java.lang.ClassNotFoundException
Date: 2004-11-17 04:31:26
Message-ID: 878y91drkx.fsf@asmodeus.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Ulrich, Azar S." <AZAR(dot)S(dot)ULRICH(at)saic(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2004-11-17 05:04:47 Re: [Plperlng-devel] Re: Concern about new PL/Perl
Previous Message David Fetter 2004-11-17 00:44:06 Re: need help on writing an aggregate function