Labels

Monday, May 21, 2012

Differences between classes12.jar, ojdbc5.jar,ojdbc6.jar and ojdbc14.jar

 We need to add  below jar's in class-path based on JAVA version for getting correct result.
 
classes12.jar - for Java 1.2 and 1.3
ojdbc5.jar - for Java 1.5
ojdbc6.jar - for Java 1.6
ojdbc14.jar - for Java 1.4 and 1.5

3 comments:

  1. How about JDBC version. If I'm not wrong ojdbc6 using JDBC version 4

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete