Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Get the list of functions in a DLL

843829May 13 2004 — edited May 14 2004
HI,
Is there anyway to get the list of all the functions defined in a particular DLL e.g. I have the following native function

**********************************************************
...........

static
{
System.loadLibrary( "A" );
}
..............

I load the above dll is there a way to get the name of all the functions defined in that DLL.

thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2004
Added on May 13 2004
1 comment
811 views