Thread: OS version for driver
The most recent driver on jdbc.fastcrypt.com is 9/24; it is compiled on RH7.0 The most recent rpm for PG is 8/17, compiled on RH7.1. Is there a location where I can find it compiled on RH7.1 (and Sun jdk1.3)?
Mihai, The jdk is sun's jdk, and it should work on any platform Dave -----Original Message----- From: pgsql-jdbc-owner@postgresql.org [mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Mihai Gheorghiu Sent: September 26, 2001 12:45 PM To: pgsql-jdbc@postgresql.org Subject: [JDBC] OS version for driver The most recent driver on jdbc.fastcrypt.com is 9/24; it is compiled on RH7.0 The most recent rpm for PG is 8/17, compiled on RH7.1. Is there a location where I can find it compiled on RH7.1 (and Sun jdk1.3)? ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
The jdbc driver is OS independent. It doesn't matter which platform the driver is compiled on, it will run on any platform that supports a java runtime. As far as jdk1.2 vs jdk1.3 goes, a driver compiled by a 1.2 jdk will work fine under jdk1.3. The code is identical for these two jdk releases. If you are using jdk1.1 (and thus jdbc1) you will need to use a version specifically compiled for jdk1.1 (although it to should still run under a 1.2 or 1.3 jdk, however you will not be able to use any jdbc2 methods since they are not part of the code that is built under jdk1.1). thanks, --Barry Mihai Gheorghiu wrote: > The most recent driver on jdbc.fastcrypt.com is 9/24; it is compiled on > RH7.0 > The most recent rpm for PG is 8/17, compiled on RH7.1. > Is there a location where I can find it compiled on RH7.1 (and Sun jdk1.3)? > > > ---------------------------(end of broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster > >
Thanks, everybody! -----Original Message----- From: Barry Lind <barry@xythos.com> To: Mihai Gheorghiu <tanethq@earthlink.net> Cc: pgsql-jdbc@postgresql.org <pgsql-jdbc@postgresql.org> Date: Wednesday, September 26, 2001 2:38 PM Subject: Re: OS version for driver >The jdbc driver is OS independent. It doesn't matter which platform the >driver is compiled on, it will run on any platform that supports a java >runtime. > >As far as jdk1.2 vs jdk1.3 goes, a driver compiled by a 1.2 jdk will >work fine under jdk1.3. The code is identical for these two jdk >releases. If you are using jdk1.1 (and thus jdbc1) you will need to use >a version specifically compiled for jdk1.1 (although it to should still >run under a 1.2 or 1.3 jdk, however you will not be able to use any >jdbc2 methods since they are not part of the code that is built under >jdk1.1). > >thanks, >--Barry > > > >Mihai Gheorghiu wrote: > >> The most recent driver on jdbc.fastcrypt.com is 9/24; it is compiled on >> RH7.0 >> The most recent rpm for PG is 8/17, compiled on RH7.1. >> Is there a location where I can find it compiled on RH7.1 (and Sun jdk1.3)? >> >> >> ---------------------------(end of broadcast)--------------------------- >> TIP 4: Don't 'kill -9' the postmaster >> >> > >