UnsatisfiedLinkError with the DB2 driver

  • Share
  • Share

Applies to:
DBUnit

Description:
Occurs when using DBUnit with the DB2 driver

Cause:
JDBC 2.0 is not installed.

JAVA-DBUnit , , , , ,

  1. admin
    March 20th, 2009 at 10:28 | #1

    DbUnit uses JDBC 2.0 features (batch updates). By default, DB2 installs the JDBC 1.0 driver. You have to install the JDBC 2.0 driver for DbUnit to work, or you will get an UnsatisfiedLinkError from the DB2 JDBC 1.0 driver.

  1. No trackbacks yet.