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.
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.