public inbox for [email protected]  
help / color / mirror / Atom feed
From: Dave Jarvis <[email protected]>
To: [email protected]
Subject: Building PostgreSQL with Java
Date: Mon, 21 Apr 2003 22:58:29 -0700
Message-ID: <[email protected]> (raw)

Hi,

I've only skimmed through the documentation, and in that skimming I did 
not see a very important piece of information:

If you are upgrading to a new version of PostgreSQL on a machine that 
already has the JDBC drivers for PostgreSQL available, be sure to REMOVE 
THE OLD JAR FILE before attempting to compile PostgreSQL.  This means 
both CLASSPATH and the jre/lib/ext directory. Otherwise the ant build 
process will use the classes floating around in the postgresql.jar file, 
resulting in a new jar file that lacks many crucial classes.

Intuitively, I would have thought the compilation process would have 
forced all files to be recompiled, regardless of whatever is sitting on 
the classpath (or within $JAVA_HOME/jre/lib/ext).  Boy, was I wrong! 
Would have saved me at least twenty minutes of Google'ing.

Sincerely,
Dave Jarvis





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]
  Cc: [email protected]
  Subject: Re: Building PostgreSQL with Java
  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