different version of jdk for jdbc driver in oracle
I want to connect to database built in oracle.I am using oracle 8i and jdk 5.0 .JDBC drivers provided by oracle are compatible with two types of jdk.one is jdk 1.2.x and another one is jdk1.1. for jdk 1.2.x there is classes12.zip and for jdk1.1. classes111.zip is available.which one i use? and what is difference between these two versions?
> I want to connect to database built in oracle.I am
> using oracle 8i and jdk 5.0 .JDBC drivers provided by
> oracle are compatible with two types of jdk.one is
> jdk 1.2.x and another one is jdk1.1. for jdk 1.2.x
> there is classes12.zip and for jdk1.1.
> classes111.zip is available.which one i use? and
> what is difference between these two versions?
I used classes12.zip for J2sdk1.5.0 and j2sdk1.6.0 and there are no problem use it.