joseph
joseph

Reputation: 129

How to include JDBC driver with .war file

What do I need to do to include the JDBC-ODBC drivers in my web application? What library are these found in? Thanks. Note: I need the MS Access jdbc driver only.

Upvotes: 1

Views: 1179

Answers (1)

Vlad
Vlad

Reputation: 10780

It's in the JRE, no need to include it.

Upvotes: 2

Related Questions