Re: jdbc/redhat8.0/postgresql upgrade

From: "Jason S(dot) Friedman" <jason(at)powerpull(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: jdbc/redhat8.0/postgresql upgrade
Date: 2003-01-17 03:27:06
Message-ID: 20030117032706.GA6942@charles
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Huh. I did not expect that to be the problem, as I did not have the actual jar file in my CLASSPATH before, either.

But, there's no arguing with success -- thank you very much for helping!

On Thu, Jan 16, 2003 at 06:40:57PM -0500, Campano, Troy wrote:
> Jason,
> The jar file needs to be added to your classpath.
> Once you log in try:
> export CLASSPATH=$CLASSPATH:/usr/share/pgsql/jdbc7.2dev-1.2.jar
> or
> export CLASSPATH=$CLASSPATH:/usr/java/postgresql.jar
>
>
> If that works you can add that export statement to your .bash_profile in your home directory so that you don't need to type that every time you log in.
>
> Let me know if that works for you.
>
> thanks!
>
> ~ Troy Campano ~
>
> -----Original Message-----
> From: Jason S. Friedman [mailto:jason(at)powerpull(dot)net]
> Sent: Thursday, January 16, 2003 6:01 PM
> To: Campano, Troy
> Subject: Re: [JDBC] jdbc/redhat8.0/postgresql upgrade
>
>
> powerpull(at)abigail ~ $ echo $CLASSPATH .:/usr/java:/usr/java/j2sdk1.4.1_01
>
> powerpull(at)abigail ~ $ ll /usr/java
> total 12
> drwxr-xr-x 7 root root 4096 Dec 24 04:44 j2re1.4.1_01
> drwxr-xr-x 9 root root 4096 Dec 24 04:44 j2sdk1.4.1_01
> drwxr-x--- 3 powerpull users 4096 Jan 4 22:47 net
> lrwxrwxrwx 1 root root 35 Jan 16 18:44 postgresql.jar -> /usr/share/pgsql/jdbc7.2dev-1.2.jar
>
> powerpull(at)abigail ~ $ ll /usr/share/pgsql/jdbc7.2dev-1.2.jar
> -rwxr-xr-x 1 root root 116198 Dec 20 17:57 /usr/share/pgsql/jdbc7.2dev-1.2.jar
>
> On Thu, Jan 16, 2003 at 03:19:42PM -0500, Campano, Troy wrote:

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Henry D. 2003-01-17 04:04:37 Re: Error Code
Previous Message Campano, Troy 2003-01-16 23:40:57 Re: jdbc/redhat8.0/postgresql upgrade