Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java 8: Use JDBC/ODBC Bridge from previous java version

48ac3ced-5307-4656-92e4-6357420965b5Jan 22 2015 — edited Jan 22 2015


My java application currently runs on java 6. I would like to migrate to Java 8 to enable the use of jar-libraries compiled with java version > 6.

The JDBC/ODBC Bridge is an essential component used by the application to read MS Access databases. Unfortunately, the bridge was removed with Java 8.

Two thoughts:

A) Would it be allowed to deliver my application to a customer including a jar, containing the extracted JDBC/ODBC Bridge (+ jdbcodbc.dll) from a Java 7 JRE?

B) Would it be allowed to deliver my application to a customer including a complete unmodified Java 7 JRE, using rt.jar on the application classpath and jdbcodbc.dll in application java.library.path, while the application is running on a Java 8 JRE?

What do you think?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2015
Added on Jan 22 2015
2 comments
2,051 views