简体   繁体   中英

META-INF/services/java.sql.Driver file

Could someone explain what the content of this file should be? it seams to be important for jboss 7.1.1. In my configuration now im not able to connect to the database.And i think this missing file could be the reason. Does anybody know the content of this file?

DriverManager uses this info to find available JDBC drivers. DriverManager API:

JDBC 4.0 Drivers must include the file META-INF/services/java.sql.Driver. This file contains the name of the JDBC drivers implementation of java.sql.Driver.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM