aspose file tools
The moose likes Java in General and the fly likes How do  you unload a dll in Java? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "How do  you unload a dll in Java?" Watch "How do  you unload a dll in Java?" New topic
Author

How do you unload a dll in Java?

M Burke
Ranch Hand

Joined: Jun 25, 2004
Posts: 375
I am loading a Windows dll like this...

System.load("c:/myjnilib.dll");

I am using it as a JNI interface.

But there are times I want to unload it without exiting the app. How can I do this?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How do you unload a dll in Java?
 
Similar Threads
JNI and DLL
Property File Reload problem
String x = "hi" ; garbage collected ?
releasing events on unload
DLL Error