Re: Compiling JDBC Driver - impossible! - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Compiling JDBC Driver - impossible!
Date
Msg-id 017201c0dceb$ee162d70$230470d1@INSPIRON
Whole thread Raw
In response to RE: Compiling JDBC Driver - impossible!  ("Mike Cannon-Brookes" <mcannon@internet.com>)
List pgsql-jdbc
Mike,

1 is a manual compile of the driver, 2 is the correct way, and will build
the driver and install it correctly; 3 is a wild stab at it.

In actual fact ant will be invoked by make. This is pretty straightforward.
I'm not sure what the confusion is about.

Dave
----- Original Message -----
From: "Mike Cannon-Brookes" <mcannon@internet.com>
To: <pgsql-jdbc@postgresql.org>
Sent: Monday, May 14, 2001 10:40 PM
Subject: RE: [JDBC] Compiling JDBC Driver - impossible!


> Ok,
>
> So here's a summary of the compile instructions so far:
>
> 1)
> - move to the src/interfaces/jdbc directory
> - set your $JAVA_HOME to your jdk directory
> - run make
>
> 2)
> - in root cvs directory
> - configure --with-java
> - make
> - make install
>
> 3)
> - use ant somehow?
>
> I'm presuming all will work, I haven't had time to try any of them.
>
> (This might be useful for someone to summarise somewhere on
> jdbc.postgresql.org)
>
> This seems a very convoluted build process IMHO.
>
> -mike
>
> Mike Cannon-Brookes - Founder, Core Developer
> OpenSymphony - http://www.opensymphony.com
> "The Open Source J2EE Component Project"
>
> Latest News
> - SiteMesh 1.2 Released!
> http://www.opensymphony.com/sitemesh
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>
>


pgsql-jdbc by date:

Previous
From: "Mike Cannon-Brookes"
Date:
Subject: RE: Compiling JDBC Driver - impossible!
Next
From: "B.N.V. Raman"
Date:
Subject: access from java does not work in an applet!