Re: trying to compile postgres with java support - Mailing list pgsql-jdbc

From Florian Wunderlich
Subject Re: trying to compile postgres with java support
Date
Msg-id 3C51DF39.F2175ED7@hq.factor3.com
Whole thread Raw
In response to trying to compile postgres with java support  (Eric Webber <streethockey@ureach.com>)
List pgsql-jdbc
Eric Webber wrote:
>
> I am using Linux Red hat version 2.4.7-10
> JRE 2 build 1.3.1_02-b02, mixed mode
> ant version 1.4.1
>
> I read the documentation and it is really not apparent
> how to set up the classpath or the path, what a mess java
> environment set up is.
>
> I can tell you where what files are located and
> perhaps you can tell me how to set up the path and
> classpath ?
>
> thanks
>
> Eric

Type "which ant". If it says "which: no ant in ...", then your $PATH is
wrong; include the directory in which ant lives.

If you can start javac, the CLASSPATH should be fine anyway.

Again, what's the exact error message, and which version of PostgreSQL
are you trying to build?

pgsql-jdbc by date:

Previous
From: Chris Lachaux
Date:
Subject: Re: trying to compile postgres with java support
Next
From: Eric Webber
Date:
Subject: compiling postgres 7.1.3 with ANT and JAVA