On Fri, 15 Oct 1999, soundar rajan wrote:

> Hi,
> 
> I'm using postgresql under Linux with jdk1.2.  When I
> try to 'make' under /src/interfaces/jdbc to get the
> jdbc driver, I get the java.version to be 1.0b4.  But,
> this output doesn't generate any driver, or in fact
> the postgresql.jar file itself.  
> 
> Can anyone help me in getting the things done.

With v6.5 I introduced the ability to detect the version of the JVM.
However, it was quickly discovered that not all JVM's return a consistent
version number - some don't have a number at all.

So as of 6.5.2, this code was removed, and the choice is now done in make.

--
       Peter T Mount [EMAIL PROTECTED]
      Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
 Java PDF Generator: http://www.retep.org.uk/pdf


************

Reply via email to