How to unload .dll from java application.

Hi,I want to unload .dll (Library) for an specific event (Custom event).Thanks in advance.
[119 byte] By [ramareddys] at [2007-9-26 3:45:28]
# 1
You can't.The closest that you can get is to create another dll that loads the first.And have a method that allows you to unload it.
jschell at 2007-6-29 12:26:19 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
This is also not working properly. Still some controls are in active state. I have to find some way to clear all the controls.
ramareddys at 2007-6-29 12:26:19 > top of Java-index,Java HotSpot Virtual Machine,Specifications...