Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JNI

Status
Not open for further replies.

sayantam

Programmer
Apr 5, 2001
2
IN
If I load a dll file from java, using System.loadLibrary() method, how long does this dll stay in memory. Is it dependent on the operating system? That is if windows feels like taking it out of the memory then my java application may crash, if it makes a call to the dll.
Or is it that the dll stays in memory till the application stays in memory? I am loading the dll thru java in a static method/block. Could anybody pls get back to me?? thanx.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top