How to check if the DLL has bee loaded in to memory?
843829Mar 27 2003 — edited Dec 8 2008Hi 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