Re: [PATCHES] Patch for jdbc Makefile

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: William Webber <william(at)ferengi(dot)live(dot)com(dot)au>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, PostgreSQL jdbc list <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [PATCHES] Patch for jdbc Makefile
Date: 2001-01-24 14:20:40
Message-ID: 200101241420.JAA15097@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches


Any JDBC people want to comment on this?

> Hi all!
>
> Attached is a small patch for src/interfaces/jdbc/Makefile. It sets
> the CLASSPATH to "." before running javac and also before running
> 'java utils.CheckVersion'; otherwise, the user must do this themselves
> or get "class not found" error messages.
>
> The patch is applied by
>
> patch < patch.Makefile
>
> run in src/interfaces/jdbc.
>
> William
> --
> William Webber william(at)peopleweb(dot)net(dot)au
> Senior Programmer
> PeopleWeb Australia http://www.peopleweb.com

[ Attachment, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-01-24 14:22:53 Re: no way in LargeObject API to detect short read?
Previous Message Bruce Momjian 2001-01-24 14:20:10 Re: [BUGS] JDBC PreparedStatement.setMaxRows() affects other objects instantiated from this class and it's parent class

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-01-24 14:46:48 Re: [PATCHES] RE: SSL Connections [doc PATCH]
Previous Message Bruce Momjian 2001-01-24 14:18:01 Re: [PATCHES] Re: Patch for JDBC timestamp problems