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!

How to check if the DLL has bee loaded in to memory?

843829Mar 27 2003 — edited Dec 8 2008
Hi All,

I have an applet to load a natvie lib into memory. it works very well when the first time the signed applet was loaded from the server. But the issue is when I click on the fresh from IE. there will be an UnsatisfiedLinkError error. Mu guess is that the reason is because the DLL file has been in the memory.

I use this method, System.loadLibrary("Test.DLL"). My question is if there is any method that I can use to check id the DLL has been loaded in.

Thanks
Scott
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 5 2009
Added on Mar 27 2003
19 comments
1,640 views