DLL methods

Hi,I have a dll which I need to use to make connections and retrieve data from DataStage Universe. I understand I can use JNI to use the dll. But how can I come to know what all methods the dll has?Any help would be appreciated.Thanks and regards,Swapna.
[289 byte] By [Swapna_Ann_Jamesa] at [2007-10-3 8:07:08]
# 1
If the DLL was intended for this use (by you), then you should have been furnished with a .h file that defines all of the subroutines.
bschauwejavaa at 2007-7-15 3:11:07 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2

Hi,

I'm having the same problem.

but the DLL I'm using is created but another company, so I used Dependency walker to get the method's name but when I run it it says that the method can not be found

I wanted to ask if all DLL files can be accessed by JNI ?

and is there any other way to get the methods' names ?

Thanks

noblgha at 2007-7-15 3:11:07 > top of Java-index,Java HotSpot Virtual Machine,Specifications...