Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java.lang.UnsatisfiedLinkError

Status
Not open for further replies.

dudeami

MIS
Aug 2, 2001
5
0
0
US
I have a JDBC connection to a DB2 database. The connection is successful, no errors on loading the driver (in db2java.zip), or opening the connection. But, when I try to query I am getting java.lang.UnsatisfiedLinkError.

Looking at the class definition, I see that the method that is trying to be called is declared as native. The message indicates that the program cannot find the native method being called.

So, the question is:
1) How do I specify where to look for the method? Classpath? Path?

TTIA
 
probably in the path...ensure you have all the dll's installed and registered correctly
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top