• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java.lang.UnsatisfiedLinkError

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have set up a project in eclipse - Im getting the below stacktrace
java.lang.UnsatisfiedLinkError: com.ibm.db2.jdbc.app.T.initTrace(ILjava/lang/String;I)I
com.ibm.db2.jdbc.app.T.initTrace(Native Method)
com.ibm.db2.jdbc.app.T.initTrace(T.java:130)
com.ibm.db2.jdbc.app.DB2Driver.<clinit>(DB2Driver.java:182)
java.lang.Class.forName0(Native Method)
java.lang.Class.forName(Unknown Source)
com.ibm.db.base.JDBCConnectionManager.registerDriver(JDBCConnectionManager.java)
com.ibm.db.base.JDBCConnectionManager.getJDBCConnectionManager(JDBCConnectionManager.java)
com.ibm.db.base.DatabaseConnectionSpec.connect(DatabaseConnectionSpec.java)
com.ibm.db.DatabaseConnection.connect(DatabaseConnection.java)
com.ibm.db.Statement.connect(Statement.java)
com.ibm.db.SQLStatement.execute(SQLStatement.java)

I have included the jar file in the eclipse Java Build path , it is also present in the tomcat lib folder.
What is the cause for this exception do i have to include some dll files ??I have this 'com.ibm.db2.jdbc.app.T , DB2Driver.java' class in the jar file.

Thanks in Advance
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic