DEV Community

Eduardo Issao Ito
Eduardo Issao Ito

Posted on

DB2 JDBC driver

Go to the folder where the db2jcc4.jar is located and execute:

$ java -cp db2jcc4.jar com.ibm.db2.jcc.DB2Jcc -version
IBM Data Server Driver for JDBC and SQLJ 4.25.13

If you need to download only the DB2 driver: https://www-01.ibm.com/support/docview.wss?uid=swg21363866

Top comments (0)