How to find prerequisite dlls for one dll file

  • Thread starter Thread starter jacksu
  • Start date Start date
J

jacksu

When I am trying to connec to oracle database using oci connection, I
am gettings:

java.sql.SQLException: java.lang.UnsatisfiedLinkError: ocijdbc9.dll
(JVMPORT015E Unable to resolve DLL references - a prerequisite DLL may
be missing).

I am wondering how to find out the prerequisite DLLs for one give dll.

Thanks in advance.

-- Jack
 
There is one tool called "Depends" which can tell the dlls required
for one particular dll. This tool comes as a part of Microsoft Visual
Studio. There may be some other tools like that but not sure.

Nikhil
 
When I am trying to connec to oracle database using oci connection, I
am gettings:

java.sql.SQLException: java.lang.UnsatisfiedLinkError: ocijdbc9.dll
(JVMPORT015E Unable to resolve DLL references - a prerequisite DLL may
be missing).

I am wondering how to find out the prerequisite DLLs for one give dll.

Thanks in advance.

-- Jack

Filemon from sysinternals will show you which file is calling which
file. At the end of the tree it will tell you which file isn't being
found.

http://www.microsoft.com/technet/sysinternals/FileAndDisk/Filemon.mspx

Good luck.
BarryG
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top