Possible Duplicate:
ojdbc14.jar vs. ojdbc6.jar
What is the difference between ojdbc6.jar and ojdbc14.jar?
I am using jBoss 5.1.0 GA and Oracle database 11g R2 XE with jdk1.7.0_02.
Which jar file should I use?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Both jars will work, but ojdbc6.jar is better, it is for Java 6. Newer Java versions add features unavailable in older version, new things are marked with
Sincetag in javadoc, eg Java 7Connection.abortis tagged withif you call a method missing in the jar you will get java.lang.AbstractMethodError