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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.