Reputation: 9
How to download maven dependency for db2java and db2jcc? getting below error in maven project
java.lang.ClassNotFoundException: com.ibm.db2.jcc.DB2Driver
Upvotes: 0
Views: 1136
Reputation: 1800
Although free, DB2 drivers are a commercial product, and there are no official maven repositories for them. You must download the drivers from the official site, and add them to your project yourself. What you want is most likely IBM Data Server Driver for JDBC and SQLJ and the associated jar files.
Upvotes: 1