public inbox for [email protected]  
help / color / mirror / Atom feed
Subject: [Pljava-dev] please help - java.lang.ClassNotFoundException: org.postgresql.Driver
Date: Wed, 16 Jun 2010 15:32:01 -0700
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>

On 6/16/2010 3:11 PM, swaroop wrote:
> The last step says, run the deployer program. I did that but
> unfortunately I get an exception. Please help me here. The exception is
> below. I tried to download the jdbc driver at
> http://jdbc.postgresql.org/download/postgresql-8.4-701.jdbc3.jar and
> added it to classpath. But this did not help. Please advice.
>
> swaroop at swaroop-laptop:~/Project/pljava$ java -cp deploy.jar
> org.postgresql.pljava.deploy.Deployer -install
> java.lang.ClassNotFoundException: org.postgresql.Driver

You need to add it to the classpath here:

java -cp postgresql-8.4-701.jdbc3.jar:deploy.jar 
org.postgresql.pljava.deploy.Deployer -install




view thread (6+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Subject: Re: [Pljava-dev] please help - java.lang.ClassNotFoundException: org.postgresql.Driver
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox